Searched refs:ShallowEqual (Results 1 – 3 of 3) sorted by relevance
902 virtual bool ShallowEqual( const XMLNode* compare ) const = 0;1008 virtual bool ShallowEqual( const XMLNode* compare ) const;1039 virtual bool ShallowEqual( const XMLNode* compare ) const;1078 virtual bool ShallowEqual( const XMLNode* compare ) const;1113 virtual bool ShallowEqual( const XMLNode* compare ) const;1670 virtual bool ShallowEqual( const XMLNode* compare ) const;1917 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { in ShallowEqual() function
1207 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLText1255 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLComment1304 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLDeclaration1352 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLUnknown2043 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLElement
1436 XMLTest( "Clone and Equal", true, a->ShallowEqual( b )); in main()1594 bool equal = ele0->ShallowEqual( ele1 ); in main()1687 result = PlaylistNode->ShallowEqual(PropertyNode); in main()1689 result = PlaylistNode->ShallowEqual(PlaylistNode); in main()