Searched refs:upb_inttable_uninit2 (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | table.int.h | 243 void upb_inttable_uninit2(upb_inttable *table, upb_alloc *a); 255 upb_inttable_uninit2(table, &upb_alloc_global); in upb_inttable_uninit()
|
D | table.c | 497 void upb_inttable_uninit2(upb_inttable *t, upb_alloc *a) { in upb_inttable_uninit2() function 645 upb_inttable_uninit2(t, a); in upb_inttable_compact2()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 5765 upb_inttable_uninit2(&state.ref2, &upb_alloc_debugrefs); in visit() 5777 upb_inttable_uninit2(r->refs, &upb_alloc_debugrefs); in trackfree() 5778 upb_inttable_uninit2(r->ref2s, &upb_alloc_debugrefs); in trackfree() 6919 void upb_inttable_uninit2(upb_inttable *t, upb_alloc *a) { in upb_inttable_uninit2() function 7084 upb_inttable_uninit2(t, a); in upb_inttable_compact2()
|
D | upb.h | 1182 void upb_inttable_uninit2(upb_inttable *table, upb_alloc *a); 1194 upb_inttable_uninit2(table, &upb_alloc_global);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2873 void upb_inttable_uninit2(upb_inttable *table, upb_alloc *a); 2885 upb_inttable_uninit2(table, &upb_alloc_global); in upb_inttable_uninit()
|
D | upb.c | 5128 void upb_inttable_uninit2(upb_inttable *t, upb_alloc *a) { in upb_inttable_uninit2() function 5293 upb_inttable_uninit2(t, a); in upb_inttable_compact2()
|