Home
last modified time | relevance | path

Searched refs:upb_strtable_resize (Results 1 - 4 of 4) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1681 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() function
1707 if (!upb_strtable_resize(t, t->t.size_lg2 + 1, a)) { in upb_strtable_insert3()
H A Dphp-upb.h855 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1655 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() function
1681 if (!upb_strtable_resize(t, t->t.size_lg2 + 1, a)) { in upb_strtable_insert3()
H A Dupb.h850 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);

Completed in 70 milliseconds