Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Donce_unittest.cc59 once_ = once; in SetOnces()
64 GoogleOnceInit(once_, &InitStatic); in InitOnce()
158 ProtobufOnceType* once_; member in google::protobuf::__anon8f1880900111::OnceInitTest
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Donce_unittest.cc59 once_ = once; in SetOnces()
64 GoogleOnceInit(once_, &InitStatic); in InitOnce()
158 ProtobufOnceType* once_; member in google::protobuf::__anond4018c430111::OnceInitTest
/external/chromium_org/v8/src/base/
Dlazy-instance.h179 &once_, in Init()
197 mutable OnceType once_; member
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dprofile-handler.cc126 static pthread_once_t once_; member in ProfileHandler
217 pthread_once_t ProfileHandler::once_ = PTHREAD_ONCE_INIT; member in ProfileHandler
235 pthread_once(&once_, Init); in Instance()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dprofile-handler.cc126 static pthread_once_t once_; member in ProfileHandler
217 pthread_once_t ProfileHandler::once_ = PTHREAD_ONCE_INIT; member in ProfileHandler
235 pthread_once(&once_, Init); in Instance()
/external/chromium_org/v8/src/
Dbuiltins.cc1538 base::CallOnce(&once_, &Builtins::InitBuiltinFunctionTable); in functions()
1542 base::OnceType once_; member in v8::internal::BuiltinFunctionTable