Searched refs:upb_strtable_resize (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.c | 317 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() function 343 if (!upb_strtable_resize(t, t->t.size_lg2 + 1, a)) { in upb_strtable_insert3()
|
D | table.int.h | 386 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/ |
D | test_table.cc | 147 upb_strtable_resize(&table_, size_lg2, &upb_alloc_global); in Resize()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 4939 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() function 4971 if (!upb_strtable_resize(t, t->t.size_lg2 + 1, a)) { in upb_strtable_insert3()
|
D | upb.h | 3024 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6732 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() function 6764 if (!upb_strtable_resize(t, t->t.size_lg2 + 1, a)) { in upb_strtable_insert3()
|
D | upb.h | 1333 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
|