Lines Matching full:rhs
772 bool operator==( const TiXmlAttribute& rhs ) const { return rhs.name == name; }773 bool operator<( const TiXmlAttribute& rhs ) const { return name < rhs.name; }774 bool operator>( const TiXmlAttribute& rhs ) const { return name > rhs.name; }