Searched refs:GoogleOnceInit (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit() function 114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
|
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() 334 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions); in InitShutdownFunctionsOnce()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 233 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_, in singleton()
|
D | extension_set.cc | 81 ::google::protobuf::GoogleOnceInit(®istry_init_, &InitRegistry); in Register()
|
D | descriptor.cc | 820 ::google::protobuf::GoogleOnceInit(&generated_pool_init_, &InitGeneratedPool); in InitGeneratedPoolOnce()
|
D | descriptor.pb.cc | 415 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 94 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|