Searched refs:order_size_ (Results 1 – 2 of 2) sorted by relevance
366 static constexpr size_t order_size_ = static_cast<size_t>(MutexOrder::kSize); variable370 static_assert(std::size(order_names_) == order_size_);371 static_assert(static_cast<size_t>(order_default_) < order_size_);1305 LOG_ALWAYS_FATAL_IF(static_cast<size_t>(order) >= Attributes::order_size_,1307 static_cast<size_t>(order), Attributes::order_size_);1598 using stat_array_t = std::array<mutex_stat_t, Attributes::order_size_>;
517 static_assert(Mutex::attributes_t::order_size_ > kOrder3); in TEST_P()622 static_assert(Mutex::attributes_t::order_size_ > kOrder3); in TEST_P()