Home
last modified time | relevance | path

Searched defs: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
61 typedef boost::chrono::time_point<Clock, boost::chrono::hours> ToTimePoint; in main() typedef
Dtime_point_cast_int_fail.cpp22 typedef boost::chrono::time_point<Clock, boost::chrono::minutes> ToTimePoint; in test() typedef