Home
last modified time | relevance | path

Searched defs:ToTimePoint (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/time/time.point/time.point.cast/
Dfloor.pass.cpp29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
Dround.pass.cpp29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
Dceil.pass.cpp29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
Dtime_point_cast.pass.cpp30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
47 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
Dtoduration.fail.cpp26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef