Searched refs:once_ (Results 1 – 4 of 4) sorted by relevance
212 : destruct_(true), once_() {}215 : destruct_(false), once_(), space_{{0}} {}229 absl::call_once(once_, SynchronizationStorage::Construct, this);241 absl::once_flag once_;
933 std::call_once(once_, &LazyRE2::Init, this); in MAKE_INTEGER_PARSER()943 mutable std::once_flag once_; in MAKE_INTEGER_PARSER() local
191 once_ = nullptr; in Init()223 internal::once_flag* once_; variable
7417 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()