Searched refs:itof (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 3028 upb_inttable itof; member 3057 upb_inttable itof; member 3628 return upb_inttable_lookup32(&m->itof, i, &val) ? in upb_msgdef_itof() 3718 upb_inttable_begin(iter, &m->itof); in upb_msg_field_begin() 3795 upb_inttable_begin(&iter, &o->itof); in upb_oneofdef_issynthetic() 3811 return upb_inttable_lookup32(&o->itof, num, &val) ? in upb_oneofdef_itof() 3816 upb_inttable_begin(iter, &o->itof); in upb_oneof_begin() 4223 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef() 4407 if (upb_inttable_lookup(&m->itof, field_number, NULL)) { in create_fielddef() 4420 CHK_OOM(upb_inttable_insert2(&m->itof, field_numbe in create_fielddef() [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 3473 upb_inttable itof; member 3502 upb_inttable itof; member 4071 return upb_inttable_lookup32(&m->itof, i, &val) ? in upb_msgdef_itof() 4167 upb_inttable_begin(iter, &m->itof); in upb_msg_field_begin() 4244 upb_inttable_begin(&iter, &o->itof); in upb_oneofdef_issynthetic() 4260 return upb_inttable_lookup32(&o->itof, num, &val) ? in upb_oneofdef_itof() 4265 upb_inttable_begin(iter, &o->itof); in upb_oneof_begin() 4686 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef() 4870 if (upb_inttable_lookup(&m->itof, field_number, NULL)) { in create_fielddef() 4883 CHK_OOM(upb_inttable_insert2(&m->itof, field_numbe in create_fielddef() [all...] |
Completed in 26 milliseconds