Lines Matching refs:m_pMap
82 RegexpMapImpl< Val > const * getMap() const { return m_pMap; }
95 RegexpMapImpl< Val > * m_pMap;
107 m_pMap(0),
118 m_pMap(pTheMap),
130 = m_nList == -1 ? *m_pMap->m_pDefault : *m_aIndex;
143 m_pMap(pTheMap),
150 if (!m_pMap->m_pDefault)
156 m_aIndex = m_pMap->m_aList[Regexp::KIND_DOMAIN].end();
165 return m_pMap == rOther.m_pMap
177 if (m_aIndex == m_pMap->m_aList[m_nList].end())
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());