Home
last modified time | relevance | path

Searched refs:const_chain_iterator (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashTable.h48 ConstTraits<HashEntryTy> > const_chain_iterator; typedef
107 const_chain_iterator begin(const key_type& pKey) const;
108 const_chain_iterator end(const key_type& pKey) const;
DHashTable.tcc148 const_chain_iterator bucket, bEnd = end(pKey); in count()
252 EntryFactoryTy>::const_chain_iterator
257 return const_chain_iterator(this, pKey, 0x0); in begin()
265 EntryFactoryTy>::const_chain_iterator
270 return const_chain_iterator(); in end()