HomeSort by relevance Sort by last modified time
    Searched refs:ToTimePoint (Results 1 - 2 of 2) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.point/time.point.cast/
toduration.fail.cpp 26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint;
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3)));
time_point_cast.pass.cpp 28 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint;
30 ToTimePoint t(d);
32 static_assert((std::is_same<R, ToTimePoint>::value), "");

Completed in 57 milliseconds