Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Darena_cleanup.h38 struct CleanupNode { struct
43 ABSL_ATTRIBUTE_ALWAYS_INLINE void Prefetch() { in Prefetch()
50 ABSL_ATTRIBUTE_ALWAYS_INLINE void Destroy() { destructor(elem); } in Destroy()
52 void* elem;
53 void (*destructor)(void*);