Home
last modified time | relevance | path

Searched refs:FromTimePoint (Results 1 – 10 of 10) 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()
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()
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()
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()
/external/llvm-project/libcxx/test/std/utilities/time/time.point/time.point.cast/
Dceil.pass.cpp29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
32 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()
Dround.pass.cpp29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
32 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()
Dfloor.pass.cpp29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
32 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()
Dtime_point_cast.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
31 FromTimePoint f(df); in test()
45 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
48 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
Dtoduration.compile.fail.cpp24 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef
26 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3))); in main()