Home
last modified time | relevance | path

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

/aosp_15_r20/external/leveldb/include/leveldb/
H A Diterator.h86 struct CleanupNode { struct
99 CleanupNode* next; argument
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A 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.
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A 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.
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc287 void Subgraph::CleanupNode(int node_index) { in CleanupNode() function in tflite::Subgraph