Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:itof

2566  *   - itof = int to field
2906 * - itof: look up a field by number. */
3781 upb_inttable itof; /* int to field */
3797 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \
3801 selector_count, submsg_field_count, itof, ntof, map_entry, syntax \
3829 upb_inttable itof;
3835 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \
3836 { UPB_REFCOUNT_INIT(&upb_oneofdef_vtbl, refs, ref2s), name, ntof, itof }