Home
last modified time | relevance | path

Searched refs:OnShutdownRun (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcommon.h182 PROTOBUF_EXPORT void OnShutdownRun(void (*f)(const void*), const void* arg);
186 OnShutdownRun([](const void* pp) { delete static_cast<const T*>(pp); }, p); in OnShutdownDelete()
Dcommon.cc347 OnShutdownRun(RunZeroArgFunc, reinterpret_cast<void*>(func)); in OnShutdown()
350 void OnShutdownRun(void (*f)(const void*), const void* arg) { in OnShutdownRun() function
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h227 OnShutdownRun(DestroyMessage, ptr); in OnShutdownDestroyMessage()
231 OnShutdownRun(DestroyString, ptr); in OnShutdownDestroyString()