MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / Name

Method Name

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1411–1414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1409// --------- XMLAttribute ---------- //
1410
1411const char* XMLAttribute::Name() const
1412{
1413 return _name.GetStr();
1414}
1415
1416const char* XMLAttribute::Value() const
1417{

Callers 11

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

Calls 1

GetStrMethod · 0.80

Tested by

no test coverage detected