Searched defs: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 43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | floor.pass.cpp | 28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | ceil.pass.cpp | 28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | time_point_cast.pass.cpp | 29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 46 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | toduration.fail.cpp | 25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef
|
/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 44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | round.pass.cpp | 29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | floor.pass.cpp | 29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | time_point_cast.pass.cpp | 28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 45 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
|
D | toduration.compile.fail.cpp | 24 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef
|