Searched defs:ToTimePoint (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
D | round.pass.cpp | 29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | floor.pass.cpp | 29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | ceil.pass.cpp | 29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 44 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | time_point_cast.pass.cpp | 30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 47 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | toduration.fail.cpp | 26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef
|
/external/llvm-project/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
D | ceil.pass.cpp | 30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | round.pass.cpp | 30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | floor.pass.cpp | 30 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 45 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | time_point_cast.pass.cpp | 29 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 46 typedef std::chrono::time_point<Clock, ToDuration> ToTimePoint; in test_constexpr() typedef
|
D | toduration.compile.fail.cpp | 25 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef
|