Searched refs:m_pPos (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dhashmap.cpp107 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;
[all...]
H A Dhashmap.h55 typename std::map<T1,T2>::iterator m_pPos; member in class:HashMap

Completed in 112 milliseconds