Home
last modified time | relevance | path

Searched refs:upb_inttable_uninit2 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c3079 upb_inttable_uninit2(&state.ref2, &upb_alloc_debugrefs); in visit()
3091 upb_inttable_uninit2(r->refs, &upb_alloc_debugrefs); in trackfree()
3092 upb_inttable_uninit2(r->ref2s, &upb_alloc_debugrefs); in trackfree()
4732 void upb_inttable_uninit2(upb_inttable *t, upb_alloc *a) { in upb_inttable_uninit2() function
4900 upb_inttable_uninit2(t, a); in upb_inttable_compact2()
Dupb.h1089 void upb_inttable_uninit2(upb_inttable *table, upb_alloc *a);
1101 upb_inttable_uninit2(table, &upb_alloc_global);