Home
last modified time | relevance | path

Searched refs:ShallowEqual (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h901 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
Dtinyxml2.cpp1185 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLText
1233 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLComment
1282 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLDeclaration
1330 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLUnknown
1940 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLElement
Dxmltest.cpp1312 XMLTest( "Clone and Equal", true, a->ShallowEqual( b )); in main()
1470 bool equal = ele0->ShallowEqual( ele1 ); in main()