Home
last modified time | relevance | path

Searched refs:upb_inttable_init2 (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.int.h240 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a);
247 return upb_inttable_init2(table, ctype, &upb_alloc_global); in upb_inttable_init()
Ddef.c1402 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
1737 CHK_OOM(upb_inttable_init2(&e->iton, UPB_CTYPE_CSTR, ctx->alloc)); in create_enumdef()
1797 CHK_OOM(upb_inttable_init2(&m->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_msgdef()
Dtable.c492 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() function
/external/protobuf/php/ext/google/protobuf/
Dupb.c2055 CHK_OOM(upb_inttable_init2(&o->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
2320 CHK_OOM(upb_inttable_init2(&e->iton, UPB_CTYPE_CSTR, ctx->alloc)); in create_enumdef()
2386 CHK_OOM(upb_inttable_init2(&m->itof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_msgdef()
5124 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() function
12182 upb_inttable_init2(&c->methods, UPB_CTYPE_CONSTPTR, alloc); in upb_json_codecache_new()
Dupb.h2871 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a);
2877 return upb_inttable_init2(table, ctype, &upb_alloc_global); in upb_inttable_init()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c3390 upb_inttable_init2(&c->methods, UPB_CTYPE_CONSTPTR, alloc); in upb_json_codecache_new()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c5757 upb_inttable_init2(&state.ref2, UPB_CTYPE_INT32, &upb_alloc_debugrefs); in visit()
5772 upb_inttable_init2(r->refs, UPB_CTYPE_PTR, &upb_alloc_debugrefs); in trackinit()
5773 upb_inttable_init2(r->ref2s, UPB_CTYPE_PTR, &upb_alloc_debugrefs); in trackinit()
6915 bool upb_inttable_init2(upb_inttable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_inttable_init2() function
Dupb.h1180 bool upb_inttable_init2(upb_inttable *table, upb_ctype_t ctype, upb_alloc *a);
1186 return upb_inttable_init2(table, ctype, &upb_alloc_global);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl2953 upb_inttable_init2(&c->methods, UPB_CTYPE_CONSTPTR, alloc);