Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dstabs_reader.h115 class EntryIterator {
152 EntryIterator(const ByteBuffer *buffer, bool big_endian, size_t value_size);
156 EntryIterator &operator++() { Fetch(); entry_.index++; return *this; }
207 EntryIterator iterator_;
Dstabs_reader.cc48 StabsReader::EntryIterator::EntryIterator(const ByteBuffer *buffer, in EntryIterator() function in google_breakpad::StabsReader::EntryIterator
58 void StabsReader::EntryIterator::Fetch() { in Fetch()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java541 class EntryIterator implements Iterator<Entry<K, V>> { class in LocalCache
546 EntryIterator() { in EntryIterator() method in LocalCache.EntryIterator
590 private EntryIterator iterator;
593 iterator = new EntryIterator(); in KeyIterator()
614 private EntryIterator iterator;
617 iterator = new EntryIterator(); in ValueIterator()
802 return new EntryIterator(); in iterator()
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DWeakConcurrentMap.java156 return new EntryIterator(target.entrySet().iterator()); in iterator()
292 private class EntryIterator implements Iterator<Map.Entry<K, V>> { class in WeakConcurrentMap
300 private EntryIterator(Iterator<Map.Entry<WeakKey<K>, V>> iterator) { in EntryIterator() method in WeakConcurrentMap.EntryIterator
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java470 return new EntryIterator(); in iterator()
534 private class EntryIterator implements Iterator<Map.Entry<K, V>> { class in SmallSortedMap
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt275 224 java.util.HashMap$EntryIterator::next (5 bytes)
276 225 java.util.HashMap$EntryIterator::next (5 bytes)
Djdk7-compilation.txt347 49420 274 b java.util.HashMap$EntryIterator::next (5 bytes)
348 49422 275 b java.util.HashMap$EntryIterator::next (5 bytes)
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2670 final class EntryIterator extends HashIterator<Entry<K, V>> { class in MapMakerInternalMap
2759 return new EntryIterator(); in iterator()
/external/guava/android/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2675 final class EntryIterator extends HashIterator<Entry<K, V>> { class in MapMakerInternalMap
2764 return new EntryIterator(); in iterator()
/external/guava/android/guava/src/com/google/common/cache/
DLocalCache.java4356 final class EntryIterator extends HashIterator<Entry<K, V>> {
4463 return new EntryIterator();
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java4488 final class EntryIterator extends HashIterator<Entry<K, V>> {
4618 return new EntryIterator();