Home
last modified time | relevance | path

Searched refs:href (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.arithmetic/
Dop_++.pass.cpp22 std::chrono::hours& href = ++h; in main() local
23 assert(&href == &h); in main()
Dop_--.pass.cpp22 std::chrono::hours& href = --h; in main() local
23 assert(&href == &h); in main()