Searched refs:AddCleanup (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ |
| D | arena.cc | 145 AddCleanup(elem, cleanup); in AddCleanupFallback() 158 void ArenaImpl::AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() function in google::protobuf::internal::ArenaImpl 161 arena->AddCleanup(elem, cleanup); in AddCleanup() 180 GetSerialArena()->AddCleanup(elem, cleanup); in AddCleanupFallback()
|
| D | arena_impl.h | 135 void AddCleanup(void* elem, void (*cleanup)(void*)); 211 void AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() function 223 AddCleanup(ret, cleanup); in AllocateAlignedAndAddCleanup()
|
| D | arena.h | 388 impl_.AddCleanup(object, &internal::arena_destruct_object<T>); in OwnDestructor() 398 impl_.AddCleanup(object, destruct); in OwnCustomDestructor() 654 impl_.AddCleanup(object, &internal::arena_delete_object<Message>); in OwnInternal() 660 impl_.AddCleanup(object, &internal::arena_delete_object<T>); in OwnInternal()
|
| D | arena_unittest.cc | 1301 TEST(ArenaTest, AddCleanup) { in TEST() argument
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | upb.h | 3848 void AddCleanup(upb_handlers* h) const; 3919 bool AddCleanup(void *ptr, upb_handlerfree *cleanup) { in AddCleanup() function 3932 h.AddCleanup(ptr()); in SetStartMessageHandler() 3945 h.AddCleanup(ptr()); in SetEndMessageHandler() 3970 h.AddCleanup(ptr()); in SetInt32Handler() 3975 h.AddCleanup(ptr()); in SetInt64Handler() 3980 h.AddCleanup(ptr()); in SetUInt32Handler() 3985 h.AddCleanup(ptr()); in SetUInt64Handler() 3990 h.AddCleanup(ptr()); in SetFloatHandler() 3995 h.AddCleanup(ptr()); in SetDoubleHandler() [all …]
|
| /third_party/protobuf/ |
| D | libprotobuf_lite.map | 187 "google::protobuf::internal::ArenaImpl::AddCleanup(void*, void (*)(void*))";
|