Home
last modified time | relevance | path

Searched defs:Duration2 (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/utilities/time/time.point/time.point.cons/
Dconvert.fail.cpp25 typedef std::chrono::microseconds Duration2; in main() typedef
Dconvert.pass.cpp26 typedef std::chrono::milliseconds Duration2; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.point/time.point.cons/
Dconvert.compile.fail.cpp24 typedef std::chrono::microseconds Duration2; in main() typedef
Dconvert.pass.cpp25 typedef std::chrono::milliseconds Duration2; in main() typedef
/external/libcxx/test/std/utilities/time/time.point/time.point.nonmember/
Dop_-time_point.pass.cpp27 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_+.pass.cpp31 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_-duration.pass.cpp38 typedef std::chrono::microseconds Duration2; in main() typedef
/external/libcxx/test/std/utilities/time/time.point/time.point.comparisons/
Dop_less.fail.cpp41 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_equal.fail.cpp33 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_equal.pass.cpp31 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_less.pass.cpp39 typedef std::chrono::microseconds Duration2; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.point/time.point.nonmember/
Dop_-time_point.pass.cpp26 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_+.pass.cpp30 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_-duration.pass.cpp38 typedef std::chrono::microseconds Duration2; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/time/time.point/time.point.comparisons/
Dop_equal.compile.fail.cpp32 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_less.compile.fail.cpp40 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_equal.pass.cpp30 typedef std::chrono::microseconds Duration2; in main() typedef
Dop_less.pass.cpp38 typedef std::chrono::microseconds Duration2; in main() typedef
Dcompare.three_way.pass.cpp30 using Duration2 = std::chrono::microseconds; in test_with_integral_ticks_value() typedef