Home
last modified time | relevance | path

Searched refs:const_it_copy (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_test.cc166 Map<int32, int32>::const_iterator const_it_copy = const_it; in ExpectElement() local
167 EXPECT_EQ(key, const_it_copy->first); in ExpectElement()
168 EXPECT_EQ(value, const_it_copy->second); in ExpectElement()