Searched refs:upb_strtable_uninit2 (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 244 void upb_strtable_uninit2(upb_strtable *table, upb_alloc *a); 259 upb_strtable_uninit2(table, &upb_alloc_global); in upb_strtable_uninit()
|
D | table.c | 310 void upb_strtable_uninit2(upb_strtable *t, upb_alloc *a) { in upb_strtable_uninit2() function 330 upb_strtable_uninit2(t, a); in upb_strtable_resize()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2874 void upb_strtable_uninit2(upb_strtable *table, upb_alloc *a); 2889 upb_strtable_uninit2(table, &upb_alloc_global); in upb_strtable_uninit()
|
D | upb.c | 4932 void upb_strtable_uninit2(upb_strtable *t, upb_alloc *a) { in upb_strtable_uninit2() function 4956 upb_strtable_uninit2(t, a); in upb_strtable_resize()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 1183 void upb_strtable_uninit2(upb_strtable *table, upb_alloc *a); 1198 upb_strtable_uninit2(table, &upb_alloc_global);
|
D | upb.c | 6725 void upb_strtable_uninit2(upb_strtable *t, upb_alloc *a) { in upb_strtable_uninit2() function 6749 upb_strtable_uninit2(t, a); in upb_strtable_resize()
|