Home | History | Annotate | Download | only in protobuf_c

Lines Matching defs:ntof

2567  *   - ntof = name to field
2904 * - ntof: look up a field by name.
3782 upb_strtable ntof; /* name to field/oneof */
3797 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \
3801 selector_count, submsg_field_count, itof, ntof, map_entry, syntax \
3828 upb_strtable ntof;
3835 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \
3836 { UPB_REFCOUNT_INIT(&upb_oneofdef_vtbl, refs, ref2s), name, ntof, itof }