Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
Dtime_point_cast.pass.cpp28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef
31 ToTimePoint t(d); in test()
33 static_assert((std::is_same<R, ToTimePoint>::value), ""); in test()
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
48 constexpr ToTimePoint t{ToDuration{To}}; in test_constexpr()
Dtoduration.fail.cpp26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3))); in main()