Home
last modified time | relevance | path

Searched refs:upb_strtable_init2 (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.int.h241 bool upb_strtable_init2(upb_strtable *table, upb_ctype_t ctype,
251 return upb_strtable_init2(table, ctype, 4, &upb_alloc_global); in upb_strtable_init()
Dmsg.c136 upb_strtable_init2(&map->table, UPB_CTYPE_INT32, 4, upb_arena_alloc(a)); in _upb_map_new()
Ddef.c848 if (!upb_strtable_init2(&s->syms, UPB_CTYPE_CONSTPTR, 32, alloc) || in upb_symtab_new()
849 !upb_strtable_init2(&s->files, UPB_CTYPE_CONSTPTR, 4, alloc)) { in upb_symtab_new()
1403 CHK_OOM(upb_strtable_init2(&o->ntof, UPB_CTYPE_CONSTPTR, 4, ctx->alloc)); in create_oneofdef()
1736 CHK_OOM(upb_strtable_init2(&e->ntoi, UPB_CTYPE_INT32, n, ctx->alloc)); in create_enumdef()
1798 CHK_OOM(upb_strtable_init2(&m->ntof, UPB_CTYPE_CONSTPTR, n_oneof + n_field, in create_msgdef()
Dtable.c294 bool upb_strtable_init2(upb_strtable *t, upb_ctype_t ctype, in upb_strtable_init2() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_table.cc626 upb_strtable_init2(&t, UPB_CTYPE_BOOL, i, &upb_alloc_global); in test_init()
/external/protobuf/php/ext/google/protobuf/
Dupb.c2056 CHK_OOM(upb_strtable_init2(&o->ntof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_oneofdef()
2319 CHK_OOM(upb_strtable_init2(&e->ntoi, UPB_CTYPE_INT32, ctx->alloc)); in create_enumdef()
2387 CHK_OOM(upb_strtable_init2(&m->ntof, UPB_CTYPE_CONSTPTR, ctx->alloc)); in create_msgdef()
2756 if (!upb_strtable_init2(&s->syms, UPB_CTYPE_CONSTPTR, alloc) || in upb_symtab_new()
2757 !upb_strtable_init2(&s->files, UPB_CTYPE_CONSTPTR, alloc)) { in upb_symtab_new()
2808 upb_strtable_init2(&addtab, UPB_CTYPE_CONSTPTR, ctx.tmp) && in upb_symtab_addfile()
4231 if (!upb_strtable_init2(&map->strtab, vtabtype, alloc)) { in upb_map_new()
4928 bool upb_strtable_init2(upb_strtable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_strtable_init2() function
12091 upb_strtable_init2(&m->name_table, UPB_CTYPE_CONSTPTR, alloc); in parsermethod_new()
Dupb.h2872 bool upb_strtable_init2(upb_strtable *table, upb_ctype_t ctype, upb_alloc *a);
2881 return upb_strtable_init2(table, ctype, &upb_alloc_global); in upb_strtable_init()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c3309 upb_strtable_init2(&m->name_table, UPB_CTYPE_CONSTPTR, 4, alloc); in parsermethod_new()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl2872 upb_strtable_init2(&m->name_table, UPB_CTYPE_CONSTPTR, 4, alloc);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1181 bool upb_strtable_init2(upb_strtable *table, upb_ctype_t ctype, upb_alloc *a);
1190 return upb_strtable_init2(table, ctype, &upb_alloc_global);
Dupb.c5097 if (!upb_strtable_init2(&map->strtab, vtabtype, alloc)) { in upb_map_new()
6721 bool upb_strtable_init2(upb_strtable *t, upb_ctype_t ctype, upb_alloc *a) { in upb_strtable_init2() function