Searched refs:once_ (Results 1 – 6 of 6) sorted by relevance
59 once_ = once; in SetOnces()64 GoogleOnceInit(once_, &InitStatic); in InitOnce()158 ProtobufOnceType* once_; member in google::protobuf::__anon8f1880900111::OnceInitTest
59 once_ = once; in SetOnces()64 GoogleOnceInit(once_, &InitStatic); in InitOnce()158 ProtobufOnceType* once_; member in google::protobuf::__anond4018c430111::OnceInitTest
179 &once_, in Init()197 mutable OnceType once_; member
126 static pthread_once_t once_; member in ProfileHandler217 pthread_once_t ProfileHandler::once_ = PTHREAD_ONCE_INIT; member in ProfileHandler235 pthread_once(&once_, Init); in Instance()
1538 base::CallOnce(&once_, &Builtins::InitBuiltinFunctionTable); in functions()1542 base::OnceType once_; member in v8::internal::BuiltinFunctionTable