Searched refs:FromTimePoint (Results 1 – 2 of 2) sorted by relevance
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()
27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test() typedef30 FromTimePoint f(df); in test()44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; in test_constexpr() typedef47 constexpr FromTimePoint f{FromDuration{From}}; in test_constexpr()