Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Donce.h89 typedef bool ProtobufOnceType; typedef
93 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
101 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg), in GoogleOnceInit()
117 typedef internal::AtomicWord ProtobufOnceType;
122 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure);
124 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
132 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)(Arg*),
157 ProtobufOnceType state_;
161 ::google::protobuf::ProtobufOnceType NAME = GOOGLE_PROTOBUF_ONCE_INIT
Donce_unittest.cc58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
158 ProtobufOnceType* once_;
159 ProtobufOnceType* recursive_once_;
Donce.cc65 void GoogleOnceInitImpl(ProtobufOnceType* once, Closure* closure) { in GoogleOnceInitImpl()
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h75 LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_;