Searched refs:upb_strtable_resize (Results 1 - 4 of 4) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1681 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 D | php-upb.h | 855 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 1655 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 D | upb.h | 850 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a);
|
Completed in 70 milliseconds