#include "upb/msg.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Go to the source code of this file.
◆ UPB_DECODE_MAXDEPTH
#define UPB_DECODE_MAXDEPTH |
( |
|
depth | ) |
((depth) << 16) |
◆ anonymous enum
Enumerator |
---|
kUpb_DecodeOption_AliasString | |
kUpb_DecodeOption_CheckRequired | |
Definition at line 44 of file decode.h.
◆ upb_DecodeStatus
Enumerator |
---|
kUpb_DecodeStatus_Ok | |
kUpb_DecodeStatus_Malformed | |
kUpb_DecodeStatus_OutOfMemory | |
kUpb_DecodeStatus_BadUtf8 | |
kUpb_DecodeStatus_MaxDepthExceeded | |
kUpb_DecodeStatus_MissingRequired | |
Definition at line 71 of file decode.h.
◆ upb_Decode()