Public Attributes | |
const upb_MessageDef * | containing_type |
int32_t | defaultval |
const upb_FileDef * | file |
const char * | full_name |
upb_inttable | iton |
const upb_MiniTable_Enum * | layout |
upb_strtable | ntoi |
const google_protobuf_EnumOptions * | opts |
int | value_count |
const upb_EnumValueDef * | values |
Definition at line 134 of file upb/upb/def.c.
const upb_MessageDef* upb_EnumDef::containing_type |
Definition at line 138 of file upb/upb/def.c.
int32_t upb_EnumDef::defaultval |
Definition at line 144 of file upb/upb/def.c.
const upb_FileDef* upb_EnumDef::file |
Definition at line 137 of file upb/upb/def.c.
const char* upb_EnumDef::full_name |
Definition at line 139 of file upb/upb/def.c.
upb_inttable upb_EnumDef::iton |
Definition at line 141 of file upb/upb/def.c.
const upb_MiniTable_Enum* upb_EnumDef::layout |
Definition at line 136 of file upb/upb/def.c.
upb_strtable upb_EnumDef::ntoi |
Definition at line 140 of file upb/upb/def.c.
const google_protobuf_EnumOptions* upb_EnumDef::opts |
Definition at line 135 of file upb/upb/def.c.
int upb_EnumDef::value_count |
Definition at line 143 of file upb/upb/def.c.
const upb_EnumValueDef* upb_EnumDef::values |
Definition at line 142 of file upb/upb/def.c.