Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_executor.cc424 void EagerExecutor::AddCleanup(intptr_t key, std::function<void()> callback) { in AddCleanup() function in tensorflow::EagerExecutor
/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/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers.h374 bool AddCleanup(void *ptr, upb_handlerfree *cleanup) { in AddCleanup() function
/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