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