Searched refs:once_ (Results 1 – 3 of 3) sorted by relevance
44 GoogleOnceInit(&once_, &Singleton<T>::Init); in get()55 static ProtobufOnceType once_; variable60 ProtobufOnceType Singleton<T>::once_;
60 once_ = once; in SetOnces()65 GoogleOnceInit(once_, &InitStatic); in InitOnce()160 ProtobufOnceType* once_; member in google::protobuf::__anond5aa13950111::OnceInitTest
177 InitOnceTrait::Init(&once_, &InitInstance, static_cast<void*>(&storage_)); in Init()191 mutable OnceType once_; member