Searched defs:FromTimePoint (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 | 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | toduration.fail.cpp | 25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; 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 | 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
|
H A 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
|
H A 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
|
H A 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
|
H A D | toduration.compile.fail.cpp | 24 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/time_point/ |
D | time_point_cast_pass.cpp | 33 typedef boost::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef 60 typedef boost::chrono::time_point<Clock, boost::chrono::milliseconds> FromTimePoint; in main() typedef
|
D | time_point_cast_int_fail.cpp | 21 typedef boost::chrono::time_point<Clock, boost::chrono::milliseconds> FromTimePoint; in test() typedef
|