Searched refs:FromTimePoint (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
D | round.pass.cpp | 28 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()
|
D | floor.pass.cpp | 28 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()
|
D | ceil.pass.cpp | 28 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()
|
D | time_point_cast.pass.cpp | 29 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()
|
D | toduration.fail.cpp | 25 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/ |
D | ceil.pass.cpp | 29 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()
|
D | round.pass.cpp | 29 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()
|
D | floor.pass.cpp | 29 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()
|
D | time_point_cast.pass.cpp | 28 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()
|
D | toduration.compile.fail.cpp | 24 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()
|