Home
last modified time | relevance | path

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

/external/tinyxml2/
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
Dtinyxml2.h1864 virtual bool ShallowEqual( const XMLNode* /*compare*/ ) const { in ShallowEqual() function