#include <decode_internal.h>
Public Attributes | |
upb_Arena | arena |
const char * | debug_tagstart |
const char * | debug_valstart |
int | depth |
const char * | end |
uint32_t | end_group |
jmp_buf | err |
const upb_ExtensionRegistry * | extreg |
int | limit |
const char * | limit_ptr |
bool | missing_required |
uint16_t | options |
char | patch [32] |
const char * | unknown |
upb_Message * | unknown_msg |
Definition at line 48 of file decode_internal.h.
upb_Arena upb_Decoder::arena |
Definition at line 61 of file decode_internal.h.
const char* upb_Decoder::debug_tagstart |
Definition at line 65 of file decode_internal.h.
const char* upb_Decoder::debug_valstart |
Definition at line 66 of file decode_internal.h.
int upb_Decoder::depth |
Definition at line 56 of file decode_internal.h.
const char* upb_Decoder::end |
Definition at line 49 of file decode_internal.h.
uint32_t upb_Decoder::end_group |
Definition at line 57 of file decode_internal.h.
jmp_buf upb_Decoder::err |
Definition at line 62 of file decode_internal.h.
const upb_ExtensionRegistry* upb_Decoder::extreg |
Definition at line 54 of file decode_internal.h.
int upb_Decoder::limit |
Definition at line 55 of file decode_internal.h.
const char* upb_Decoder::limit_ptr |
Definition at line 50 of file decode_internal.h.
bool upb_Decoder::missing_required |
Definition at line 59 of file decode_internal.h.
uint16_t upb_Decoder::options |
Definition at line 58 of file decode_internal.h.
char upb_Decoder::patch[32] |
Definition at line 60 of file decode_internal.h.
const char* upb_Decoder::unknown |
Definition at line 52 of file decode_internal.h.
upb_Message* upb_Decoder::unknown_msg |
Definition at line 51 of file decode_internal.h.