Searched refs:submsg_field_count (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 292 m->submsg_field_count = 0; in assign_msg_indices() 302 m->submsg_field_count = 0; in assign_msg_indices() 313 m->submsg_field_count++; in assign_msg_indices() 320 selector = UPB_STATIC_SELECTOR_COUNT + m->submsg_field_count; in assign_msg_indices() 2404 if (md->submsg_field_count > 0) { in upb_handlers_new() 2405 h->sub = upb_calloc(md->submsg_field_count * sizeof(*h->sub)); in upb_handlers_new()
|
D | upb.h | 3778 uint32_t submsg_field_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 \
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3096 uint32_t submsg_field_count; member 3115 #define UPB_MSGDEF_INIT(name, selector_count, submsg_field_count, itof, ntof, \ argument 3119 submsg_field_count, itof, ntof, \
|
D | upb.c | 248 m->submsg_field_count = 0; in assign_msg_indices() 259 m->submsg_field_count++; in assign_msg_indices() 266 selector = UPB_STATIC_SELECTOR_COUNT + m->submsg_field_count; in assign_msg_indices() 2256 h->sub = calloc(md->submsg_field_count, sizeof(*h->sub)); in upb_handlers_new()
|