Searched refs:HashIterator (Results 1 – 4 of 4) sorted by relevance
244 class HashIterator : public IteratorBase {253 typedef HashIterator<IteratorBase, Traits> Self;256 typedef HashIterator<IteratorBase, nonconst_traits> iterator;259 typedef HashIterator<IteratorBase, const_traits> const_iterator;263 HashIterator() : IteratorBase() {} in HashIterator() function266 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) in HashIterator() function270 explicit HashIterator(typename IteratorBase::hash_table* pTable, in HashIterator() function275 HashIterator(const HashIterator& pCopy) : IteratorBase(pCopy) {} in HashIterator() function277 ~HashIterator() {} in ~HashIterator()279 HashIterator& operator=(const HashIterator& pCopy) {
45 typedef HashIterator<ChainIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >47 typedef HashIterator<ChainIteratorBase<const BaseTy>,50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >52 typedef HashIterator<EntryIteratorBase<const BaseTy>,
3489 java.util.HashMap$HashIterator3596 java.util.WeakHashMap$HashIterator
7136 java.util.HashMap$HashIterator7275 java.util.WeakHashMap$HashIterator