Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/test/duration/
Dduration_values_pass.cpp29 Rep max_rep = (boost::chrono::duration_values<Rep>::max)(); in check_max() local
30 BOOST_TEST((D::max)().count() == max_rep); in check_max()
33 BOOST_CHRONO_LIB_CONSTEXPR Rep max_rep = (boost::chrono::duration_values<Rep>::max)(); in check_max() local
34 BOOST_CONSTEXPR_ASSERT((D::max)().count() == max_rep); in check_max()