Home
last modified time | relevance | path

Searched defs:ConstInitType (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/base/
Dconst_init.h69 enum ConstInitType { enum
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h904 inline constexpr Mutex::Mutex(absl::ConstInitType) : impl_(absl::kConstInit) {} in Mutex()
911 inline constexpr Mutex::Mutex(absl::ConstInitType) : mu_(0) {} in Mutex()