Searched refs:ShallowEqual (Results 1 – 3 of 3) sorted by relevance
901 virtual bool ShallowEqual( const XMLNode* compare ) const = 0;1007 virtual bool ShallowEqual( const XMLNode* compare ) const;1038 virtual bool ShallowEqual( const XMLNode* compare ) const;1077 virtual bool ShallowEqual( const XMLNode* compare ) const;1112 virtual bool ShallowEqual( const XMLNode* compare ) const;1617 virtual bool ShallowEqual( const XMLNode* compare ) const;1864 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { in ShallowEqual() function
1185 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLText1233 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLComment1282 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLDeclaration1330 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLUnknown1940 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLElement
1312 XMLTest( "Clone and Equal", true, a->ShallowEqual( b )); in main()1470 bool equal = ele0->ShallowEqual( ele1 ); in main()