Home
last modified time | relevance | path

Searched refs:HashIterator (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashIterator.h244 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() function
266 HashIterator(typename IteratorBase::hash_table* pTable, unsigned int pIndex) in HashIterator() function
270 explicit HashIterator(typename IteratorBase::hash_table* pTable, in HashIterator() function
275 HashIterator(const HashIterator& pCopy) : IteratorBase(pCopy) {} in HashIterator() function
277 ~HashIterator() {} in ~HashIterator()
279 HashIterator& operator=(const HashIterator& pCopy) {
DHashTable.h45 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>,
/frameworks/base/
Dpreloaded-classes3489 java.util.HashMap$HashIterator
3596 java.util.WeakHashMap$HashIterator
Dcompiled-classes-phone7136 java.util.HashMap$HashIterator
7275 java.util.WeakHashMap$HashIterator