Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/class.path/path.itr/
Diterator.pass.cpp88 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
95 assert(checkCollectionsEqual(p.begin(), p.end(), std::begin(expect), std::end(expect))); in checkBeginEndBasic()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp141 assert(checkCollectionsEqual(p.begin(), p.end(), in decompPathTest()
148 assert(checkCollectionsEqual(Parts.begin(), Parts.end(), in decompPathTest()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp353 bool checkCollectionsEqual( in checkCollectionsEqual() function