/external/protobuf/src/google/protobuf/stubs/ |
D | once.h | 94 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()
|
D | once_unittest.cc | 65 GoogleOnceInit(once_, &InitStatic); in InitOnce() 68 GoogleOnceInit(recursive_once_, &InitRecursiveStatic); in InitRecursiveOnce()
|
D | singleton.h | 44 GoogleOnceInit(&once_, &Singleton<T>::Init); in get()
|
D | common.cc | 185 GoogleOnceInit(&log_silencer_count_init_, &InitLogSilencerCount); in InitLogSilencerCountOnce() 424 GoogleOnceInit(&shutdown_functions_init, &InitShutdownFunctions); in InitShutdownFunctionsOnce()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 90 ::google::protobuf::GoogleOnceInit(&empty_string_once_init_, &InitEmptyString); in GetEmptyString()
|
D | empty.pb.cc | 58 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | extension_set.h | 768 ::google::protobuf::GoogleOnceInit( \ 869 ::google::protobuf::GoogleOnceInit(&repeated_string_type_traits_once_init_, in GetDefaultRepeatedField() 1052 ::google::protobuf::GoogleOnceInit( in GetDefaultRepeatedField()
|
D | unknown_field_set.cc | 67 ::google::protobuf::GoogleOnceInit(&default_unknown_field_set_once_init_, in default_instance()
|
D | field_mask.pb.cc | 59 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | duration.pb.cc | 60 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | source_context.pb.cc | 59 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | timestamp.pb.cc | 60 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | message.cc | 325 ::google::protobuf::GoogleOnceInit(&generated_message_factory_once_init_, in singleton()
|
D | any.pb.cc | 60 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | map_field.cc | 59 ::google::protobuf::GoogleOnceInit(&map_entry_default_instances_once_, in RegisterMapEntryDefaultInstance()
|
D | struct.pb.cc | 115 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | descriptor.cc | 382 ::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()
|
D | api.pb.cc | 108 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | extension_set.cc | 98 ::google::protobuf::GoogleOnceInit(®istry_init_, &InitRegistry); in Register()
|
D | generated_message_reflection.cc | 250 ::google::protobuf::GoogleOnceInit(&empty_unknown_field_set_once_, &InitEmptyUnknownFieldSet); in GetEmptyUnknownFieldSet()
|
D | wrappers.pb.cc | 203 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
D | type.pb.cc | 158 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 1126 ::google::protobuf::GoogleOnceInit(&writer_renderers_init_, &InitRendererMap); in FindTypeRenderer()
|
D | protostream_objectsource.cc | 720 ::google::protobuf::GoogleOnceInit(&source_renderers_init_, &InitRendererMap); in FindTypeRenderer()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.cc | 101 ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_, in protobuf_AssignDescriptorsOnce()
|