Searched refs:once_ (Results 1 – 3 of 3) sorted by relevance
175 InitOnceTrait::Init(&once_, &InitInstance, static_cast<void*>(&storage_)); in Init()189 mutable OnceType once_; member
189 once_ = nullptr; in Init()221 internal::once_flag* once_; variable
7293 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()