Searched refs:upb_handlers_addcleanup (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | handlers.h | 173 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree); 375 return upb_handlers_addcleanup(ptr_, ptr, cleanup); in AddCleanup()
|
D | handlers.c | 269 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()
|
D | handlers-inl.h | 900 bool ok = upb_handlers_addcleanup(h, cleanup_data_, cleanup_func_);
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 113 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()
|
D | upb.c | 4336 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()
|
D | upb.h | 4789 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/ |
D | encode_decode.c | 136 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()
|
D | upb.c | 3545 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()
|
D | upb.h | 4157 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/ |
D | printer.c | 74 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/ |
D | encoder.c | 309 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag()
|