Searched refs:ProtobufOnceType (Results 1 – 3 of 3) sorted by relevance
88 struct LIBPROTOBUF_EXPORT ProtobufOnceType { struct89 ProtobufOnceType();90 ~ProtobufOnceType();98 ::google::protobuf::ProtobufOnceType NAME argument100 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)()) {
59 ProtobufOnceType::~ProtobufOnceType() in ~ProtobufOnceType()65 ProtobufOnceType::ProtobufOnceType() { in ProtobufOnceType() function in google::protobuf::ProtobufOnceType70 void ProtobufOnceType::Init(void (*init_func)()) { in Init()
58 void SetOnces(ProtobufOnceType* once, ProtobufOnceType* recursive_once) { in SetOnces()158 ProtobufOnceType* once_;159 ProtobufOnceType* recursive_once_;