Searched defs:upb_oneofdef (Results 1 – 4 of 4) sorted by relevance
36 typedef struct upb_oneofdef upb_oneofdef; typedef
81 struct upb_oneofdef { struct82 const upb_msgdef *parent;83 const char *full_name;84 int field_count;85 bool synthetic;86 const upb_fielddef **fields;87 upb_strtable ntof;88 upb_inttable itof;
1176 struct upb_oneofdef { struct1177 const upb_msgdef *parent;1178 const char *full_name;1179 uint32_t index;1180 upb_strtable ntof;1181 upb_inttable itof;
3135 typedef struct upb_oneofdef upb_oneofdef; typedef