Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/class.path/path.itr/
Diterator.pass.cpp87 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
94 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp361 bool checkCollectionsEqual( in checkCollectionsEqual() function