Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.itr/
H A Diterator.pass.cpp92 … assert(checkCollectionsEqualBackwards(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
98 … assert(checkCollectionsEqualBackwards(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h539 bool checkCollectionsEqualBackwards( in checkCollectionsEqualBackwards() function