Home
last modified time | relevance | path

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

/external/v8/src/base/
Dlazy-instance.h175 InitOnceTrait::Init(&once_, &InitInstance, static_cast<void*>(&storage_)); in Init()
189 mutable OnceType once_; member
/external/protobuf/src/google/protobuf/
Ddescriptor.h189 once_ = nullptr; in Init()
221 internal::once_flag* once_; variable
Ddescriptor.cc7293 GOOGLE_CHECK(!once_); in Set()
7304 GOOGLE_CHECK(!once_); in SetLazy()
7310 once_ = file->pool_->tables_->AllocateOnceDynamic(); in SetLazy()
7314 if (once_) { in Once()
7315 internal::call_once(*once_, LazyDescriptor::OnceStatic, this); in Once()