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