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

/external/libcxx/test/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 Dtime_point_cast.pass.cpp28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
31 ToTimePoint t(d);
33 static_assert((std::is_same<R, ToTimePoint>::value), "");
45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; typedef
48 constexpr ToTimePoint t{ToDuration{To}};

Completed in 88 milliseconds