Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Donce.h88 struct LIBPROTOBUF_EXPORT ProtobufOnceType { struct
89 ProtobufOnceType();
90 ~ProtobufOnceType();
98 ::google::protobuf::ProtobufOnceType NAME argument
100 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) { in GoogleOnceInit()
109 typedef pthread_once_t ProtobufOnceType;
114 inline void GoogleOnceInit(ProtobufOnceType* once, void (*init_func)()) {
Donce.cc59 ProtobufOnceType::~ProtobufOnceType() in ~ProtobufOnceType()
65 ProtobufOnceType::ProtobufOnceType() { in ProtobufOnceType() function in google::protobuf::ProtobufOnceType
70 void ProtobufOnceType::Init(void (*init_func)()) { in Init()
Donce_unittest.cc58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()
158 ProtobufOnceType* once_;
159 ProtobufOnceType* recursive_once_;