Searched refs:upb_inttable_init2 (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.h | 710 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a); 716 return upb_inttable_init2(table, ctype, &upb_alloc_global); in upb_inttable_init()
|
H A D | php-upb.c | 1856 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() function 4686 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef() 5002 CHK_OOM(upb_inttable_init2(&e->iton, UPB_CTYPE_CSTR, ctx->alloc)); in create_enumdef() 5068 CHK_OOM(upb_inttable_init2(&m->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_msgdef()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1830 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() function 4223 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef() 4531 CHK_OOM(upb_inttable_init2(&e->iton, UPB_CTYPE_CSTR, ctx->alloc)); in create_enumdef() 4597 CHK_OOM(upb_inttable_init2(&m->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_msgdef() 12351 upb_inttable_init2(&c->methods, UPB_CTYPE_CONSTPTR, alloc); in upb_json_codecache_new()
|
H A D | upb.h | 696 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a); 702 return upb_inttable_init2(table, ctype, &upb_alloc_global); in upb_inttable_init()
|
Completed in 100 milliseconds