Home
last modified time | relevance | path

Searched defs:AddCleanup (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Darena_impl.h173 void AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() function
Darena.cc167 void ArenaImpl::AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() function in google::protobuf::internal::ArenaImpl
Darena_unittest.cc1361 TEST(ArenaTest, AddCleanup) { in TEST() argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h677 bool AddCleanup(upb_cleanup_func* func, void* ud) { function
/external/protobuf/php/ext/google/protobuf/
Dupb.h353 bool AddCleanup(void *ud, upb_cleanup_func* func) { in AddCleanup() function
4362 bool AddCleanup(void *ptr, upb_handlerfree *cleanup) { in AddCleanup() function