Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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::__anon2aad2dec0111::OnceInitTest