Home
last modified time | relevance | path

Searched refs:GoogleOnceInit (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Donce.h100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit() function
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
Donce_unittest.cc64 GoogleOnceInit(once_, &InitStatic); in InitOnce()
67 GoogleOnceInit(recursive_once_, &InitRecursiveStatic); in InitRecursiveOnce()
Dcommon.cc138 GoogleOnceInit(&log_silencer_count_init_, &InitLogSilencerCount); in InitLogSilencerCountOnce()
334 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions); in InitShutdownFunctionsOnce()
/external/protobuf/src/google/protobuf/
Dmessage.cc233 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_, in singleton()
Dextension_set.cc81 ::google::protobuf::GoogleOnceInit(&registry_init_, &InitRegistry); in Register()
Ddescriptor.cc820 ::google::protobuf::GoogleOnceInit(&generated_pool_init_, &InitGeneratedPool); in InitGeneratedPoolOnce()
Ddescriptor.pb.cc415 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc94 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()