Searched refs:search2 (Results 1 – 3 of 3) sorted by relevance
273 auto search2 = std::search(output.begin(), output.end(), in testPngComments() local283 REPORTER_ASSERT(r, search2 != output.end()); in testPngComments()
275 auto search2 = std::search(output.begin(), output.end(), in testPngComments() local285 REPORTER_ASSERT(r, search2 != output.end()); in testPngComments()
2409 TestSearch search2(search); in TestSubclass() local2416 if (search.getText() != search2.getText()) { in TestSubclass()2421 if (search.getText() != search2.getText()) { in TestSubclass()