Lines Matching refs:m_aIndex
86 typename List< Val >::iterator const & getIndex() const { return m_aIndex; }
94 typename List< Val >::iterator m_aIndex;
117 m_aIndex(aTheIndex),
130 = m_nList == -1 ? *m_pMap->m_pDefault : *m_aIndex;
149 m_aIndex = typename List< Val >::iterator();
156 m_aIndex = m_pMap->m_aList[Regexp::KIND_DOMAIN].end();
167 && m_aIndex == rOther.m_aIndex;
177 if (m_aIndex == m_pMap->m_aList[m_nList].end())
180 ++m_aIndex;
182 || m_aIndex != m_pMap->m_aList[m_nList].end())
188 m_aIndex = m_pMap->m_aList[m_nList].begin();
191 && m_aIndex == m_pMap->m_aList[m_nList].end());