Home
last modified time | relevance | path

Searched refs:ProtobufOnceType (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Donce.h90 typedef bool ProtobufOnceType; typedef
94 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
102 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
118 typedef internal::AtomicWord ProtobufOnceType;
123 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure);
125 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
133 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
158 ProtobufOnceType state_;
162 ::google::protobuf::ProtobufOnceType NAME = GOOGLE_PROTOBUF_ONCE_INIT
Donce_unittest.cc59 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
160 ProtobufOnceType* once_;
161 ProtobufOnceType* recursive_once_;
Dsingleton.h55 static ProtobufOnceType once_;
60 ProtobufOnceType Singleton<T>::once_;
Donce.cc65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h81 LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_;
Dextension_set.h727 LIBPROTOBUF_EXPORT extern ProtobufOnceType repeated_primitive_generic_type_traits_once_init_;
824 LIBPROTOBUF_EXPORT extern ProtobufOnceType repeated_string_type_traits_once_init_;
1035 LIBPROTOBUF_EXPORT extern ProtobufOnceType repeated_message_generic_type_traits_once_init_;
Dmap_field.cc40 ProtobufOnceType map_entry_default_instances_once_;