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