Home
last modified time | relevance | path

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 Dround.pass.cpp29 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 Dceil.pass.cpp29 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 Dfloor.pass.cpp29 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 Dtime_point_cast.pass.cpp30 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 Dtoduration.fail.cpp26 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 Dround.pass.cpp30 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 Dceil.pass.cpp30 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 Dfloor.pass.cpp30 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 Dtime_point_cast.pass.cpp30 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 Dtoduration.compile.fail.cpp25 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/
Dtime_point_cast_pass.cpp34 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
Dtime_point_cast_int_fail.cpp22 typedef boost::chrono::time_point<Clock, boost::chrono::minutes> ToTimePoint; in test() typedef