Lines Matching refs:rOther
83 OArgumentList::OArgumentList( const OArgumentList& rOther ) : n_Args( rOther.n_Args ) in OArgumentList() argument
90 m_aVec[i] = rOther.m_aVec[i]; in OArgumentList()
95 OArgumentList& OArgumentList::operator=( const OArgumentList& rOther ) in operator =() argument
97 if ( this != &rOther ) in operator =()
108 n_Args = rOther.n_Args; in operator =()
112 m_aVec[i] = rOther.m_aVec[i]; in operator =()
169 OEnvironment::OEnvironment( const OEnvironment& rOther ) : n_Vars( rOther.n_Vars ) in OEnvironment() argument
176 m_aVec[i] = rOther.m_aVec[i]; in OEnvironment()
181 OEnvironment& OEnvironment::operator=( const OEnvironment& rOther ) in operator =() argument
183 if ( this != &rOther ) in operator =()
191 n_Vars = rOther.n_Vars; in operator =()
195 m_aVec[i] = rOther.m_aVec[i]; in operator =()