Home
last modified time | relevance | path

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

12

/external/protobuf/src/google/protobuf/stubs/
Donce.h94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit() function
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit() function
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
153 GoogleOnceInit<T>(&this->state_, in Init()
Donce_unittest.cc65 GoogleOnceInit(once_, &InitStatic); in InitOnce()
68 GoogleOnceInit(recursive_once_, &InitRecursiveStatic); in InitRecursiveOnce()
Dsingleton.h44 GoogleOnceInit(&once_, &Singleton<T>::Init); in get()
Dcommon.cc185 GoogleOnceInit(&log_silencer_count_init_, &InitLogSilencerCount); in InitLogSilencerCountOnce()
424 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions); in InitShutdownFunctionsOnce()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h90 ::google::protobuf::GoogleOnceInit(&empty_string_once_init_, &InitEmptyString); in GetEmptyString()
Dempty.pb.cc58 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dextension_set.h768 ::google::protobuf::GoogleOnceInit( \
869 ::google::protobuf::GoogleOnceInit(&repeated_string_type_traits_once_init_, in GetDefaultRepeatedField()
1052 ::google::protobuf::GoogleOnceInit( in GetDefaultRepeatedField()
Dunknown_field_set.cc67 ::google::protobuf::GoogleOnceInit(&default_unknown_field_set_once_init_, in default_instance()
Dduration.pb.cc60 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dfield_mask.pb.cc59 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dsource_context.pb.cc59 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dtimestamp.pb.cc60 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dmessage.cc325 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_, in singleton()
Dany.pb.cc60 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dmap_field.cc59 ::google::protobuf::GoogleOnceInit(&map_entry_default_instances_once_, in RegisterMapEntryDefaultInstance()
Dstruct.pb.cc115 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Ddescriptor.cc382 ::google::protobuf::GoogleOnceInit(&allowed_proto3_extendees_init_, &InitAllowedProto3Extendee); in AllowedExtendeeInProto3()
691 ::google::protobuf::GoogleOnceInit( in InitFileDescriptorTablesOnce()
1123 ::google::protobuf::GoogleOnceInit(&generated_pool_init_, &InitGeneratedPool); in InitGeneratedPoolOnce()
Dapi.pb.cc108 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dextension_set.cc98 ::google::protobuf::GoogleOnceInit(&registry_init_, &InitRegistry); in Register()
Dgenerated_message_reflection.cc250 ::google::protobuf::GoogleOnceInit(&empty_unknown_field_set_once_, &InitEmptyUnknownFieldSet); in GetEmptyUnknownFieldSet()
Dwrappers.pb.cc203 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
Dtype.pb.cc158 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc1126 ::google::protobuf::GoogleOnceInit(&writer_renderers_init_, &InitRendererMap); in FindTypeRenderer()
Dprotostream_objectsource.cc720 ::google::protobuf::GoogleOnceInit(&source_renderers_init_, &InitRendererMap); in FindTypeRenderer()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc101 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()

12