Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/
H A Dlazy-instance.h175 InitOnceTrait::Init(&once_, &InitInstance, static_cast<void*>(&storage_)); in Init()
189 mutable OnceType once_; member
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h191 once_ = nullptr; in Init()
223 internal::once_flag* once_; member in google::protobuf::internal::LazyDescriptor
H A Ddescriptor.cc7417 GOOGLE_CHECK(!once_); in Set()
7428 GOOGLE_CHECK(!once_); in SetLazy()
7434 once_ = file->pool_->tables_->AllocateOnceDynamic(); in SetLazy()
7438 if (once_) { in Once()
7439 internal::call_once(*once_, LazyDescriptor::OnceStatic, this); in Once()

Completed in 18 milliseconds