Home | History | Annotate | Download | only in wtf

Lines Matching refs:ConstIterator

87         typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
90 HashTableConstKeysIterator(const ConstIterator& impl) : m_impl(impl) {}
99 ConstIterator m_impl;
104 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
107 HashTableConstValuesIterator(const ConstIterator& impl) : m_impl(impl) {}
116 ConstIterator m_impl;
122 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
135 ConstIterator i = m_impl;
145 typedef HashTableConstIteratorAdapter<HashTableType, std::pair<KeyType, MappedType> > ConstIterator;
158 ConstIterator i = m_impl;