Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/test/time_point/
Dtime_point_cast_pass.cpp34 typedef boost::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
36 ToTimePoint t(d); in test()
61 typedef boost::chrono::time_point<Clock, boost::chrono::hours> ToTimePoint; in main() typedef
63 BOOST_CONSTEXPR ToTimePoint tph = boost::chrono::time_point_cast<boost::chrono::hours>(f); in main()
Dtime_point_cast_int_fail.cpp22 typedef boost::chrono::time_point<Clock, boost::chrono::minutes> ToTimePoint; in test() typedef
23 boost::chrono::time_point_cast<ToTimePoint>(FromTimePoint(boost::chrono::milliseconds(3))); in test()