Searched refs:test_it (Results 1 – 1 of 1) sorted by relevance
899 std::vector<map_test_t>::const_iterator test_it = test_maps.begin(); in VerifyMap() local901 ASSERT_TRUE(test_it != test_maps.end()); in VerifyMap()902 ASSERT_EQ(test_it->start, it->start); in VerifyMap()903 ASSERT_EQ(test_it->end, it->end); in VerifyMap()904 ++test_it; in VerifyMap()906 ASSERT_TRUE(test_it == test_maps.end()); in VerifyMap()