Home
last modified time | relevance | path

Searched defs:CleanupNode (Results 1 – 4 of 4) sorted by relevance

/external/leveldb/include/leveldb/
Diterator.h86 struct CleanupNode { struct
99 CleanupNode* next; argument
/external/cronet/third_party/protobuf/src/google/protobuf/
Darena_impl.h206 struct CleanupNode { struct
207 void* elem; // Pointer to the object to be cleaned up.
208 void (*cleanup)(void*); // Function pointer to the destructor or deleter.
/external/protobuf/src/google/protobuf/
Darena_impl.h213 struct CleanupNode { struct
214 void* elem; // Pointer to the object to be cleaned up.
215 void (*cleanup)(void*); // Function pointer to the destructor or deleter.
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc287 void Subgraph::CleanupNode(int node_index) { in CleanupNode() function in tflite::Subgraph