Home
last modified time | relevance | path

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

/third_party/boost/libs/icl/test/test_misc_/
Dtest_misc.cpp228 typedef boost::chrono::time_point<Now, boost::chrono::duration<double> > contin_timeT; in BOOST_AUTO_TEST_CASE() typedef
229 BOOST_CHECK(( boost::is_same< contin_timeT::duration in BOOST_AUTO_TEST_CASE()
230 , difference_type_of<contin_timeT>::type >::value )); in BOOST_AUTO_TEST_CASE()
252 typedef boost::chrono::time_point<Now, boost::chrono::duration<double> > contin_timeT; in BOOST_AUTO_TEST_CASE() typedef
253 BOOST_CHECK(( boost::is_same< contin_timeT::duration in BOOST_AUTO_TEST_CASE()
254 , size_type_of<contin_timeT>::type >::value )); in BOOST_AUTO_TEST_CASE()