Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap_test.cc422 static void TestEqualIterators(Iter i0, Iter i1, Iter end) { in TestEqualIterators() function
448 TestEqualIterators<IteratorType>(old, after_growth, m->end()); in TestOldVersusNewIterator()
462 TestEqualIterators<IteratorType>(old, m->find(old->first), m->end()); in TestOldVersusNewIterator()
463 TestEqualIterators<IteratorType>(old, after_growth, m->end()); in TestOldVersusNewIterator()