MCPcopy Create free account
hub / github.com/PolygonTek/BlueshiftEngine / ShallowEqual

Method ShallowEqual

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1099–1103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1097
1098
1099bool XMLText::ShallowEqual( const XMLNode* compare ) const
1100{
1101 const XMLText* text = compare->ToText();
1102 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1103}
1104
1105
1106bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 5

FirstAttributeFunction · 0.85
ValueClass · 0.50
ValueMethod · 0.45
NameMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected