MCPcopy Create free account
hub / github.com/MediaArea/MediaInfoLib / ShallowEqual

Method ShallowEqual

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1175–1180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1173
1174
1175bool XMLText::ShallowEqual( const XMLNode* compare ) const
1176{
1177 TIXMLASSERT( compare );
1178 const XMLText* text = compare->ToText();
1179 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1180}
1181
1182
1183bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 5

StringEqualFunction · 0.85
ValueFunction · 0.85
FirstAttributeFunction · 0.85
ValueMethod · 0.45
NameMethod · 0.45

Tested by

no test coverage detected