Home
last modified time | relevance | path

Searched defs:FromTimePoint (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/time/time.point/time.point.cast/
Dfloor.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
Dround.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
Dceil.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
Dtime_point_cast.pass.cpp29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef
46 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef
Dtoduration.fail.cpp25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef