Home
last modified time | relevance | path

Searched refs:upb_inttable_init2 (Results 1 – 5 of 5) 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/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/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl2953 upb_inttable_init2(&c->methods, UPB_CTYPE_CONSTPTR, alloc);