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

Method Name

Source/ThirdParty/tinyxml2/tinyxml2.cpp:1336–1339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334// --------- XMLAttribute ---------- //
1335
1336const char* XMLAttribute::Name() const
1337{
1338 return _name.GetStr();
1339}
1340
1341const char* XMLAttribute::Value() const
1342{

Callers 9

ParseDeepMethod · 0.45
ToElementWithNameMethod · 0.45
FindAttributeMethod · 0.45
FindOrCreateAttributeMethod · 0.45
DeleteAttributeMethod · 0.45
ParseAttributesMethod · 0.45
ShallowCloneMethod · 0.45
ShallowEqualMethod · 0.45
VisitEnterMethod · 0.45

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected