MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / ShallowEqual

Method ShallowEqual

native/thirdpart/tinyxml2/tinyxml2.cpp:1239–1244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1237
1238
1239bool XMLText::ShallowEqual( const XMLNode* compare ) const
1240{
1241 TIXMLASSERT( compare );
1242 const XMLText* text = compare->ToText();
1243 return ( text && XMLUtil::StringEqual( text->Value(), Value() ) );
1244}
1245
1246
1247bool XMLText::Accept( XMLVisitor* visitor ) const

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected