Go to the source code of this file.
Macros | |
#define | UPB_ENCODE_MAXDEPTH(depth) ((depth) << 16) |
Enumerations | |
enum | { kUpb_Encode_Deterministic = 1, kUpb_Encode_SkipUnknown = 2, kUpb_Encode_CheckRequired = 4 } |
Functions | |
char * | upb_Encode (const void *msg, const upb_MiniTable *l, int options, upb_Arena *arena, size_t *size) |
anonymous enum |