Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dsingleton.h44 GoogleOnceInit(&once_, &Singleton<T>::Init); in get()
55 static ProtobufOnceType once_; variable
60 ProtobufOnceType Singleton<T>::once_;
Donce_unittest.cc60 once_ = once; in SetOnces()
65 GoogleOnceInit(once_, &InitStatic); in InitOnce()
160 ProtobufOnceType* once_; member in google::protobuf::__anond5aa13950111::OnceInitTest
/external/v8/src/base/
Dlazy-instance.h177 InitOnceTrait::Init(&once_, &InitInstance, static_cast<void*>(&storage_)); in Init()
191 mutable OnceType once_; member