Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1207 bool XMLText::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLText
1255 bool XMLComment::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLComment
1304 bool XMLDeclaration::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLDeclaration
1352 bool XMLUnknown::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLUnknown
2043 bool XMLElement::ShallowEqual( const XMLNode* compare ) const in ShallowEqual() function in tinyxml2::XMLElement
Dtinyxml2.h1917 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { in ShallowEqual() function