Searched refs:FromTimePoint (Results 1 - 12 of 12) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/
H A Dtoduration.fail.cpp25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; typedef
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3)));
H A Dceil.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
31 FromTimePoint f(df);
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
46 constexpr FromTimePoint f{FromDuration{From}};
H A Dfloor.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
31 FromTimePoint f(df);
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
46 constexpr FromTimePoint f{FromDuration{From}};
H A Dround.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
31 FromTimePoint f(df);
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
46 constexpr FromTimePoint f{FromDuration{From}};
H A Dtime_point_cast.pass.cpp27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
30 FromTimePoint f(df);
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
47 constexpr FromTimePoint f{FromDuration{From}};
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/
H A Dtoduration.fail.cpp25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; typedef
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3)));
H A Dtime_point_cast.pass.cpp27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
30 FromTimePoint f(df);
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
47 constexpr FromTimePoint f{FromDuration{From}};
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/
H A Dtoduration.fail.cpp25 typedef std::chrono::time_point<Clock, std::chrono::milliseconds> FromTimePoint; typedef
27 std::chrono::time_point_cast<ToTimePoint>(FromTimePoint(std::chrono::milliseconds(3)));
H A Dceil.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
31 FromTimePoint f(df);
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
46 constexpr FromTimePoint f{FromDuration{From}};
H A Dfloor.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
31 FromTimePoint f(df);
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
46 constexpr FromTimePoint f{FromDuration{From}};
H A Dround.pass.cpp28 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
31 FromTimePoint f(df);
43 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
46 constexpr FromTimePoint f{FromDuration{From}};
H A Dtime_point_cast.pass.cpp27 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
30 FromTimePoint f(df);
44 typedef std::chrono::time_point<Clock, FromDuration> FromTimePoint; typedef
47 constexpr FromTimePoint f{FromDuration{From}};

Completed in 168 milliseconds