Home
last modified time | relevance | path

Searched defs:ShallowEqual (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp1239 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLText
1287 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLComment
1336 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLDeclaration
1384 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLUnknown
2085 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLElement
Dtinyxml2.h1926 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { in ShallowEqual() function