Home
last modified time | relevance | path

Searched refs:upb_handlers_addcleanup (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h173 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree);
375 return upb_handlers_addcleanup(ptr_, ptr, cleanup); in AddCleanup()
Dhandlers.c269 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *func) { in upb_handlers_addcleanup() function
490 upb_handlers_addcleanup(h, d, upb_gfree); in MSG_WRITER()
Dhandlers-inl.h900 bool ok = upb_handlers_addcleanup(h, cleanup_data_, cleanup_func_);
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c113 upb_handlers_addcleanup(h, hd, xfree); in newhandlerdata()
132 upb_handlers_addcleanup(h, hd, xfree); in newsubmsghandlerdata()
162 upb_handlers_addcleanup(h, hd, xfree); in newoneofhandlerdata()
623 upb_handlers_addcleanup(h, hd, xfree); in add_handlers_for_mapfield()
638 upb_handlers_addcleanup(h, hd, xfree); in add_handlers_for_mapentry()
Dupb.c4336 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *func) { in upb_handlers_addcleanup() function
4651 upb_handlers_addcleanup(h, d, upb_gfree); in MSG_WRITER()
11878 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag()
16156 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc()
16165 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc_str()
16708 upb_handlers_addcleanup(h, hd, upb_gfree); in set_enum_hd()
Dupb.h4789 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree);
5959 return upb_handlers_addcleanup(this, p, func);
/external/protobuf/php/ext/google/protobuf/
Dencode_decode.c136 upb_handlers_addcleanup(h, hd_ofs, free); in newhandlerdata()
158 upb_handlers_addcleanup(h, hd, free); in newunknownfieldshandlerdata()
174 upb_handlers_addcleanup(h, hd, free); in newsubmsghandlerdata()
211 upb_handlers_addcleanup(h, hd, free); in newoneofhandlerdata()
909 upb_handlers_addcleanup(h, hd, free); in add_handlers_for_mapfield()
922 upb_handlers_addcleanup(h, hd, free); in add_handlers_for_mapentry()
Dupb.c3545 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *func) { in upb_handlers_addcleanup() function
3786 upb_handlers_addcleanup(h, d, upb_gfree); in MSG_WRITER()
8107 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag()
12298 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc()
12307 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc_str()
12850 upb_handlers_addcleanup(h, hd, upb_gfree); in set_enum_hd()
Dupb.h4157 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree);
4363 return upb_handlers_addcleanup(ptr_, ptr, cleanup); in AddCleanup()
5615 bool ok = upb_handlers_addcleanup(h, cleanup_data_, cleanup_func_);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.c74 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc()
83 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc_str()
624 upb_handlers_addcleanup(h, hd, upb_gfree); in set_enum_hd()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dencoder.c309 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag()