Home
last modified time | relevance | path

Searched refs:upb_strtable_resize (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c317 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()
Dtable.int.h386 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dtest_table.cc147 upb_strtable_resize(&table_, size_lg2, &upb_alloc_global); in Resize()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4939 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()
Dupb.h3024 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6732 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()
Dupb.h1333 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);