Searched defs:ToTimePoint (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | toduration.fail.cpp | 26 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.point/time.point.cast/ |
H A 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | toduration.compile.fail.cpp | 25 typedef std::chrono::time_point<Clock, std::chrono::minutes> ToTimePoint; in main() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/time_point/ |
D | time_point_cast_pass.cpp | 34 typedef boost::chrono::time_point<Clock, ToDuration> ToTimePoint; in test() typedef 61 typedef boost::chrono::time_point<Clock, boost::chrono::hours> ToTimePoint; in main() typedef
|
D | time_point_cast_int_fail.cpp | 22 typedef boost::chrono::time_point<Clock, boost::chrono::minutes> ToTimePoint; in test() typedef
|