Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Donce.h93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit() function
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit() function
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
152 GoogleOnceInit<T>(&this->state_, in Init()
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()
356 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions); in InitShutdownFunctionsOnce()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h84 ::google::protobuf::GoogleOnceInit(&empty_string_once_init_, &InitEmptyString); in GetEmptyString()
Dmessage.cc272 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_, in singleton()
Dextension_set.cc96 ::google::protobuf::GoogleOnceInit(&registry_init_, &InitRegistry); in Register()
Ddescriptor.cc978 ::google::protobuf::GoogleOnceInit(&generated_pool_init_, &InitGeneratedPool); in InitGeneratedPoolOnce()
Ddescriptor.pb.cc496 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc100 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()