Home
last modified time | relevance | path

Searched defs:EntryIterator (Results 1 – 4 of 4) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DWeakConcurrentMap.java289 private class EntryIterator implements Iterator<Map.Entry<K, V>> { class in WeakConcurrentMap
297 private EntryIterator(Iterator<Map.Entry<WeakKey<K>, V>> iterator) { in EntryIterator() method in WeakConcurrentMap.EntryIterator
/external/google-breakpad/src/common/
Dstabs_reader.cc48 StabsReader::EntryIterator::EntryIterator(const ByteBuffer *buffer, in EntryIterator() function in google_breakpad::StabsReader::EntryIterator
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java532 private class EntryIterator implements Iterator<Map.Entry<K, V>> { class in SmallSortedMap
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java540 class EntryIterator implements Iterator<Entry<K, V>> { class in LocalCache
545 EntryIterator() { in EntryIterator() method in LocalCache.EntryIterator