Searched defs:nextEntry (Results 1 – 8 of 8) sorted by relevance
173 Entry<K, V> nextEntry = entryItr.next(); in testOrderedByComparator() local
165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor); in annotate() local
131 Iterator nextEntry = m_iter; in operator +() local
201 pANTLR3_HASH_ENTRY nextEntry; in antlr3HashFree() local2193 pANTLR3_TRIE_ENTRY nextEntry; in freeIntNode() local
293 BiEntry<K, V> nextEntry = entry.nextInKToVBucket; in rehashIfNecessary() local
539 NameToFamily* nextEntry = nameToFamily->append(); in buildNameToFamilyMap() local
83 struct ANTLR3_HASH_ENTRY_struct * nextEntry; member
543 Entry<K, Timestamped<V>> nextEntry; field in LocalCache.EntryIterator