Searched refs:const_it_copy (Results 1 – 1 of 1) sorted by relevance
166 Map<int32, int32>::const_iterator const_it_copy = const_it; in ExpectElement() local167 EXPECT_EQ(key, const_it_copy->first); in ExpectElement()168 EXPECT_EQ(value, const_it_copy->second); in ExpectElement()