Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
Dtoduration.fail.cpp25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3))); in main()
Dtime_point_cast.pass.cpp27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
30 FromTimePoint f(df); in test()
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
47 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()