MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / ShallowEqual

Method ShallowEqual

Source/3rdParty/tinyxml2/tinyxml2.cpp:806–808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804}
805
806bool XMLText::ShallowEqual(const XMLNode* compare) const {
807 return (compare->ToText() && XMLUtil::StringEqual(compare->ToText()->Value(), Value()));
808}
809
810bool XMLText::Accept(XMLVisitor* visitor) const {
811 return visitor->Visit(*this);

Callers

nothing calls this directly

Calls 10

StringEqualFunction · 0.85
FirstAttributeMethod · 0.80
NextMethod · 0.80
ValueMethod · 0.65
ValueInterface · 0.50
ToTextMethod · 0.45
ToCommentMethod · 0.45
ToDeclarationMethod · 0.45
ToUnknownMethod · 0.45
ToElementMethod · 0.45

Tested by

no test coverage detected