Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/time/time.point/time.point.cast/
Dround.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
31 FromTimePoint f(df); in test()
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
46 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
Dceil.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
31 FromTimePoint f(df); in test()
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
46 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
Dfloor.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
31 FromTimePoint f(df); in test()
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
46 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
Dtime_point_cast.pass.cpp29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
32 FromTimePoint f(df); in test()
46 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
49 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
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()