Searched refs:Iterator (Results 1 – 4 of 4) sorted by relevance
342 LruCache<int, int>::Iterator it(cache); in TEST_F()357 LruCache<int, int>::Iterator it(cache); in TEST_F()370 LruCache<int, int>::Iterator it(cache); in TEST_F()384 LruCache<int, int>::Iterator it(cache); in TEST_F()400 LruCache<int, int>::Iterator it(cache); in TEST_F()416 LruCache<int, int>::Iterator it(cache); in TEST_F()432 LruCache<int, int>::Iterator it(cache); in TEST_F()
105 class Iterator {107 Iterator(const LruCache<TKey, TValue>& cache): in Iterator() function
128 for (scoped_ptr<SampleCountIterator> it = snapshot.Iterator(); !it->Done(); in RecordHistogramDelta()
200 base::DictionaryValue::Iterator it(dictionary_value); in ConvertDictionaryValueToVariantDictionary()399 base::DictionaryValue::Iterator it(*settings_dictionary); in Open()