Lines Matching refs:rOther
80 bool operator ==(RegexpMapIterImpl const & rOther) const;
162 bool RegexpMapIterImpl< Val >::operator ==(RegexpMapIterImpl const & rOther)
165 return m_pMap == rOther.m_pMap
166 && m_nList == rOther.m_nList
167 && m_aIndex == rOther.m_aIndex;
226 rOther):
227 m_pImpl(new RegexpMapIterImpl< Val >(*rOther.m_pImpl))
240 RegexpMapConstIter< Val >::operator =(RegexpMapConstIter const & rOther)
242 *m_pImpl = *rOther.m_pImpl;
279 bool RegexpMapConstIter< Val >::equals(RegexpMapConstIter const & rOther)
282 return *m_pImpl == *rOther.m_pImpl;
370 RegexpMap< Val >::RegexpMap(RegexpMap const & rOther):
371 m_pImpl(new RegexpMapImpl< Val >(*rOther.m_pImpl))
383 RegexpMap< Val > & RegexpMap< Val >::operator =(RegexpMap const & rOther)
385 *m_pImpl = *rOther.m_pImpl;