Searched refs:AddCleanup (Results 1 – 2 of 2) sorted by relevance
3478 bool AddCleanup(void *ptr, upb_handlerfree *cleanup);3773 void AddCleanup(Handlers* h) const { in AddCleanup() function3775 bool ok = h->AddCleanup(cleanup_data_, cleanup_func_); in AddCleanup()4797 handler.AddCleanup(this); \4989 inline bool Handlers::AddCleanup(void *p, upb_handlerfree *func) {4996 handler.AddCleanup(this);5003 handler.AddCleanup(this);5010 handler.AddCleanup(this);5017 handler.AddCleanup(this);5024 handler.AddCleanup(this);[all …]
609 bool AddCleanup(upb_cleanup_func* func, void* ud) { function4174 bool AddCleanup(void *ptr, upb_handlerfree *cleanup);4469 void AddCleanup(Handlers* h) const {4471 bool ok = h->AddCleanup(cleanup_data_, cleanup_func_);5493 handler.AddCleanup(this); \5685 inline bool Handlers::AddCleanup(void *p, upb_handlerfree *func) {5692 handler.AddCleanup(this);5699 handler.AddCleanup(this);5706 handler.AddCleanup(this);5713 handler.AddCleanup(this);[all …]