Searched refs:upb_strtable_init2 (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 241 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()
|
D | msg.c | 136 upb_strtable_init2(&map->table, UPB_CTYPE_INT32, 4, upb_arena_alloc(a)); in _upb_map_new()
|
D | def.c | 848 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()
|
D | table.c | 294 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/ |
D | test_table.cc | 626 upb_strtable_init2(&t, UPB_CTYPE_BOOL, i, &upb_alloc_global); in test_init()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2056 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()
|
D | upb.h | 2872 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/ |
D | parser.c | 3309 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/ |
D | parser.rl | 2872 upb_strtable_init2(&m->name_table, UPB_CTYPE_CONSTPTR, 4, alloc);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1181 bool upb_strtable_init2(upb_strtable *table, upb_ctype_t ctype, upb_alloc *a); 1190 return upb_strtable_init2(table, ctype, &upb_alloc_global);
|
D | upb.c | 5097 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
|