Searched refs:expected_it (Results 1 – 1 of 1) sorted by relevance
49 auto expected_it = expected.begin(); in TestVector() local52 for (; expected_it != expected.end(); ++expected_it, ++test_it) { in TestVector()53 function(*expected_it, *test_it); in TestVector()