Home
last modified time | relevance | path

Searched refs:upb_handlers_addcleanup (Results 1 - 3 of 3) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c134 upb_handlers_addcleanup(h, hd, xfree); in newhandlerdata()
156 upb_handlers_addcleanup(h, hd, xfree); in newsubmsghandlerdata()
190 upb_handlers_addcleanup(h, hd, xfree); in newoneofhandlerdata()
766 upb_handlers_addcleanup(h, hd, xfree); in add_handlers_for_mapfield()
780 upb_handlers_addcleanup(h, hd, xfree); in add_handlers_for_mapentry()
H A Dupb.c5697 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *func) { in upb_handlers_addcleanup() function
5919 upb_handlers_addcleanup(h, d, upb_gfree); in MSG_WRITER()
8289 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag()
12465 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc()
12474 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc_str()
13015 upb_handlers_addcleanup(h, hd, upb_gfree); in set_enum_hd()
H A Dupb.h3718 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree);
3920 return upb_handlers_addcleanup(ptr_, ptr, cleanup); in AddCleanup()
5174 bool ok = upb_handlers_addcleanup(h, cleanup_data_, cleanup_func_); in AddCleanup()

Completed in 40 milliseconds