Lines Matching refs:compare
1179 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1181 TIXMLASSERT( compare ); in ShallowEqual()
1182 const XMLText* text = compare->ToText(); in ShallowEqual()
1227 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1229 TIXMLASSERT( compare ); in ShallowEqual()
1230 const XMLComment* comment = compare->ToComment(); in ShallowEqual()
1276 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1278 TIXMLASSERT( compare ); in ShallowEqual()
1279 const XMLDeclaration* declaration = compare->ToDeclaration(); in ShallowEqual()
1324 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1326 TIXMLASSERT( compare ); in ShallowEqual()
1327 const XMLUnknown* unknown = compare->ToUnknown(); in ShallowEqual()
1934 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual()
1936 TIXMLASSERT( compare ); in ShallowEqual()
1937 const XMLElement* other = compare->ToElement(); in ShallowEqual()