HomeSort by relevance Sort by last modified time
    Searched refs:cleanup_ (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/lib/io/
iterator.cc 22 cleanup_.function = nullptr;
23 cleanup_.next = nullptr;
27 if (cleanup_.function != nullptr) {
28 (*cleanup_.function)(cleanup_.arg1, cleanup_.arg2);
29 for (Cleanup* c = cleanup_.next; c != nullptr;) {
41 if (cleanup_.function == nullptr) {
42 c = &cleanup_;
45 c->next = cleanup_.next
    [all...]
iterator.h 88 Cleanup cleanup_; member in class:tensorflow::table::Iterator
  /external/tensorflow/tensorflow/core/framework/
resource_mgr.h 93 : name_(strings::StrCat("__per_step_", step_id)), cleanup_(cleanup) {}
94 ~ScopedStepContainer() { cleanup_(name_); }
100 const std::function<void(const string&)> cleanup_; member in class:tensorflow::ScopedStepContainer
  /frameworks/native/cmds/installd/
dexopt.cpp 1281 std::function<void ()> cleanup_; member in class:android::installd::Dex2oatFileWrapper
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c     [all...]
upb.h 3687 upb_inttable cleanup_; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb_handlers
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c     [all...]
upb.h 4383 upb_inttable cleanup_; member in struct:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb_handlers
    [all...]

Completed in 480 milliseconds