Searched refs:upb_handlers_addcleanup (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 57 upb_handlers_addcleanup(h, hd_ofs, free); in newhandlerdata() 72 upb_handlers_addcleanup(h, hd, free); in newsubmsghandlerdata() 102 upb_handlers_addcleanup(h, hd, free); in newoneofhandlerdata() 487 upb_handlers_addcleanup(h, hd, free); in add_handlers_for_mapfield() 502 upb_handlers_addcleanup(h, hd, free); in add_handlers_for_mapentry()
|
D | upb.c | 2531 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *func) { in upb_handlers_addcleanup() function 3690 upb_handlers_addcleanup(h, d, upb_gfree); in SHIM_WRITER() 9521 upb_handlers_addcleanup(h, tag, upb_gfree); in new_tag() 12061 upb_handlers_addcleanup(h, ret, freestrpc); in newstrpc() 12570 upb_handlers_addcleanup(h, hd, upb_gfree); in set_enum_hd()
|
D | upb.h | 4546 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree); 5686 return upb_handlers_addcleanup(this, p, func);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 2378 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *func) { in upb_handlers_addcleanup() function 3533 upb_handlers_addcleanup(h, d, free); in SHIM_WRITER() 8810 upb_handlers_addcleanup(h, tag, free); in new_tag() 11244 upb_handlers_addcleanup(h, ret, free); in newstrpc() 11752 upb_handlers_addcleanup(h, hd, free); in set_enum_hd()
|
D | upb.h | 3850 bool upb_handlers_addcleanup(upb_handlers *h, void *p, upb_handlerfree *hfree); 4990 return upb_handlers_addcleanup(this, p, func);
|