Searched defs:itof (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2566 * - itof = int to field
2906 * - itof: look up a field by number. */
3781 upb_inttable itof; /* int to field */ member in struct:upb_msgdef
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; member in struct:upb_oneofdef
3835 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \
3836 { UPB_REFCOUNT_INIT(&upb_oneofdef_vtbl, refs, ref2s), name, ntof, itof }
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h2082 * - itof = int to field
2420 * - itof: look up a field by number. */
3099 upb_inttable itof; /* int to field */ member in struct:upb_msgdef
3115 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \
3119 submsg_field_count, itof, ntof, \
3144 upb_inttable itof; member in struct:upb_oneofdef
3148 #define UPB_ONEOFDEF_INIT(name, ntof, itof, refs, ref2s) \
3149 { UPB_DEF_INIT(name, UPB_DEF_ENUM, refs, ref2s), ntof, itof }

Completed in 118 milliseconds