Searched refs:ToTimePoint (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/time/time.point/time.point.cast/
H A Dtoduration.fail.cpp26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; typedef
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3)));
H A Dceil.pass.cpp29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
32 ToTimePoint t(d);
34 static_assert((std::is_same<R, ToTimePoint>::value), "");
44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
47 constexpr ToTimePoint t{ToDuration{To}};
H A Dfloor.pass.cpp29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
32 ToTimePoint t(d);
34 static_assert((std::is_same<R, ToTimePoint>::value), "");
44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
47 constexpr ToTimePoint t{ToDuration{To}};
H A Dround.pass.cpp29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
32 ToTimePoint t(d);
34 static_assert((std::is_same<R, ToTimePoint>::value), "");
44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
47 constexpr ToTimePoint t{ToDuration{To}};
H A Dtime_point_cast.pass.cpp30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
33 ToTimePoint t(d);
35 static_assert((std::is_same<R, ToTimePoint>::value), "");
47 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
50 constexpr ToTimePoint t{ToDuration{To}};

Completed in 136 milliseconds