Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.inc212 : destruct_(true), once_() {}
215 : destruct_(false), once_(), space_{{0}} {}
229 absl::call_once(once_, SynchronizationStorage::Construct, this);
241 absl::once_flag once_;
/third_party/re2/re2/
Dre2.h933 std::call_once(once_, &LazyRE2::Init, this); in MAKE_INTEGER_PARSER()
943 mutable std::once_flag once_; in MAKE_INTEGER_PARSER() local
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h191 once_ = nullptr; in Init()
223 internal::once_flag* once_; variable
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()