Searched refs:GoogleOnceInit (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 93 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()
|
D | once_unittest.cc | 64 GoogleOnceInit(once_, &InitStatic); in InitOnce() 67 GoogleOnceInit(recursive_once_, &InitRecursiveStatic); in InitRecursiveOnce()
|
D | common.cc | 138 GoogleOnceInit(&log_silencer_count_init_, &InitLogSilencerCount); in InitLogSilencerCountOnce() 356 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions); in InitShutdownFunctionsOnce()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 84 ::google::protobuf::GoogleOnceInit(&empty_string_once_init_, &InitEmptyString); in GetEmptyString()
|
D | message.cc | 272 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_, in singleton()
|
D | extension_set.cc | 96 ::google::protobuf::GoogleOnceInit(®istry_init_, &InitRegistry); in Register()
|
D | descriptor.cc | 978 ::google::protobuf::GoogleOnceInit(&generated_pool_init_, &InitGeneratedPool); in InitGeneratedPoolOnce()
|
D | descriptor.pb.cc | 496 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 100 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|