Home
last modified time | relevance | path

Searched refs:AddCleanup (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h303 void AddCleanup(upb_handlers* h) const;
374 bool AddCleanup(void *ptr, upb_handlerfree *cleanup) { in AddCleanup() function
387 h.AddCleanup(ptr()); in SetStartMessageHandler()
400 h.AddCleanup(ptr()); in SetEndMessageHandler()
425 h.AddCleanup(ptr()); in SetInt32Handler()
430 h.AddCleanup(ptr()); in SetInt64Handler()
435 h.AddCleanup(ptr()); in SetUInt32Handler()
440 h.AddCleanup(ptr()); in SetUInt64Handler()
445 h.AddCleanup(ptr()); in SetFloatHandler()
450 h.AddCleanup(ptr()); in SetDoubleHandler()
[all …]
Dhandlers-inl.h808 handler.AddCleanup(ptr()); \
896 inline void Handler<T>::AddCleanup(upb_handlers* h) const {
/external/protobuf/src/google/protobuf/
Darena_impl.h115 void AddCleanup(void* elem, void (*cleanup)(void*));
173 void AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() function
185 AddCleanup(ret, cleanup); in AllocateAlignedAndAddCleanup()
Darena.cc144 AddCleanup(elem, cleanup); in AddCleanupFallback()
167 void ArenaImpl::AddCleanup(void* elem, void (*cleanup)(void*)) { in AddCleanup() function in google::protobuf::internal::ArenaImpl
170 arena->AddCleanup(elem, cleanup); in AddCleanup()
189 GetSerialArena()->AddCleanup(elem, cleanup); in AddCleanupFallback()
Darena.h397 impl_.AddCleanup(object, &internal::arena_destruct_object<T>); in OwnDestructor()
407 impl_.AddCleanup(object, destruct); in OwnCustomDestructor()
661 impl_.AddCleanup(object, &internal::arena_delete_object<Message>); in OwnInternal()
667 impl_.AddCleanup(object, &internal::arena_delete_object<T>); in OwnInternal()
Darena_unittest.cc1361 TEST(ArenaTest, AddCleanup) { in TEST() argument
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.h158 void AddCleanup(intptr_t key, std::function<void()> callback);
Deager_executor.cc424 void EagerExecutor::AddCleanup(intptr_t key, std::function<void()> callback) { in AddCleanup() function in tensorflow::EagerExecutor
Dcontext.cc360 executor->AddCleanup(reinterpret_cast<intptr_t>(this), in SetExecutorForThread()
/external/protobuf/php/ext/google/protobuf/
Dupb.h353 bool AddCleanup(void *ud, upb_cleanup_func* func) { in AddCleanup() function
4291 void AddCleanup(upb_handlers* h) const;
4362 bool AddCleanup(void *ptr, upb_handlerfree *cleanup) { in AddCleanup() function
4375 h.AddCleanup(ptr()); in SetStartMessageHandler()
4388 h.AddCleanup(ptr()); in SetEndMessageHandler()
4413 h.AddCleanup(ptr()); in SetInt32Handler()
4418 h.AddCleanup(ptr()); in SetInt64Handler()
4423 h.AddCleanup(ptr()); in SetUInt32Handler()
4428 h.AddCleanup(ptr()); in SetUInt64Handler()
4433 h.AddCleanup(ptr()); in SetFloatHandler()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h677 bool AddCleanup(upb_cleanup_func* func, void* ud) { function
4415 bool AddCleanup(void *ptr, upb_handlerfree *cleanup);
4710 void AddCleanup(Handlers* h) const {
4712 bool ok = h->AddCleanup(cleanup_data_, cleanup_func_);
5766 handler.AddCleanup(this); \
5958 inline bool Handlers::AddCleanup(void *p, upb_handlerfree *func) {
5965 handler.AddCleanup(this);
5972 handler.AddCleanup(this);
5979 handler.AddCleanup(this);
5986 handler.AddCleanup(this);
[all …]
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl51 … r"google::protobuf::internal::ArenaImpl::AddCleanup|" # for contrib/data/_prefetching_ops