Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/class.path/path.itr/
Diterator.pass.cpp89 … assert(checkCollectionsEqualBackwards(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
96 … assert(checkCollectionsEqualBackwards(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp369 bool checkCollectionsEqualBackwards( in checkCollectionsEqualBackwards() function