D | upb.h | 3100 upb_strtable ntof; /* name to field */ member 3115 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \ argument 3119 submsg_field_count, itof, ntof, \ 3143 upb_strtable ntof; member 3148 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \ argument 3149 { UPB_DEF_INIT(name, UPB_DEF_ENUM, refs, ref2s), ntof, itof }
|