Searched refs:ToTimePoint (Results 1 – 2 of 2) sorted by relevance
34 typedef boost::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef36 ToTimePoint t(d); in test()61 typedef boost::chrono::time_point<Clock, boost::chrono::hours> ToTimePoint; in main() typedef63 BOOST_CONSTEXPR ToTimePoint tph = boost::chrono::time_point_cast<boost::chrono::hours>(f); in main()
22 typedef boost::chrono::time_point<Clock, boost::chrono::minutes> ToTimePoint; in test() typedef23 boost::chrono::time_point_cast<ToTimePoint>(FromTimePoint(boost::chrono::milliseconds(3))); in test()