Searched refs:FromTimePoint (Results 1 – 5 of 5) sorted by relevance
28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef31 FromTimePoint f(df); in test()43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef46 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
29 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef32 FromTimePoint f(df); in test()46 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef49 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()
25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; in main() typedef27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3))); in main()