Home
last modified time | relevance | path

Searched refs:selector_count (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/php/ext/google/protobuf/
Dupb.h3095 size_t selector_count; member
3115 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \ argument
3118 UPB_DEF_INIT(name, UPB_DEF_MSG, refs, ref2s), selector_count, \
Dupb.c273 m->selector_count = selector; in assign_msg_indices()
2249 extra = sizeof(upb_handlers_tabent) * (md->selector_count - 1); in upb_handlers_new()
2548 assert((size_t)*s < upb_fielddef_containingtype(f)->selector_count); in upb_handlers_getselector()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3777 size_t selector_count;
3797 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \
3801 selector_count, submsg_field_count, itof, ntof, map_entry, syntax \
Dupb.c291 m->selector_count = UPB_STATIC_SELECTOR_COUNT; in assign_msg_indices()
327 m->selector_count = selector; in assign_msg_indices()
2396 extra = sizeof(upb_handlers_tabent) * (md->selector_count - 1); in upb_handlers_new()
2701 assert((size_t)*s < upb_fielddef_containingtype(f)->selector_count); in upb_handlers_getselector()