Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_util.h247 OnShutdownRun(DestroyMessage, ptr); in OnShutdownDestroyMessage()
251 OnShutdownRun(DestroyString, ptr); in OnShutdownDestroyString()
Dmessage_lite.h589 PROTOBUF_EXPORT void OnShutdownRun(void (*f)(const void*), const void* arg);
593 OnShutdownRun([](const void* pp) { delete static_cast<const T*>(pp); }, p); in OnShutdownDelete()
Dmessage_lite.cc561 OnShutdownRun(RunZeroArgFunc, reinterpret_cast<void*>(func)); in OnShutdown()
564 void OnShutdownRun(void (*f)(const void*), const void* arg) { in OnShutdownRun() function
/third_party/protobuf/
Dlibprotobuf_lite.map9 "google::protobuf::internal::OnShutdownRun(void (*)(void const*), void const*)";