Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmap_test.cc461 static void TestOldVersusNewIterator(int skip, Map<int, int>* m) { in TestOldVersusNewIterator() function
532 TestOldVersusNewIterator<Map<int, int>::const_iterator>(n % 3, &m); in StressTestIterators()
533 TestOldVersusNewIterator<Map<int, int>::iterator>(n % (1 + (n / 40)), &m); in StressTestIterators()