Lines Matching refs:m_pPos
107 m_pPos= m_Map.begin();108 *index = m_pPos->first;109 *value= m_pPos->second;119 if ( ++m_pPos == m_Map.end() ) {122 *index = m_pPos->first;123 *value= m_pPos->second;170 m_pPos = m_Map.begin();171 return m_pPos;177 m_pPos = m_Map.end();178 return m_pPos;