Searched defs:EntryIterator (Results 1 – 4 of 4) sorted by relevance
48 EntryIterator::EntryIterator() // Dummy initialization. in EntryIterator() function in android::NBLog::EntryIterator53 EntryIterator::EntryIterator(const uint8_t *entry) in EntryIterator() function in android::NBLog::EntryIterator58 EntryIterator::EntryIterator(const EntryIterator &other) in EntryIterator() function in android::NBLog::EntryIterator
491 class EntryIterator implements Iterator<Pair<Long, Cue> > { class536 public EntryIterator(SortedMap<Long, Vector<Cue> > cues) { in EntryIterator() method in EntryIterator
259 static final class EntryIterator implements Iterator<ZipEntry> { class in StrictJarFile263 EntryIterator(long nativeHandle, String prefix) throws IOException { in EntryIterator() method in StrictJarFile.EntryIterator
532 private class EntryIterator implements Iterator<Map.Entry<K, V>> { class in SmallSortedMap