Searched refs:checkCollectionsEqual (Results 1 – 2 of 2) sorted by relevance
87 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()
361 bool checkCollectionsEqual( in checkCollectionsEqual() function