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

Method SetName

Source/3rdParty/tinyxml2/tinyxml2.cpp:948–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948void XMLAttribute::SetName(const char* n) {
949 _name.SetStr(n);
950}
951
952XMLError XMLAttribute::QueryIntValue(int* value) const {
953 if (XMLUtil::ToInt(Value(), value)) {

Callers 4

setDebugObjectNameFunction · 0.45
FindOrCreateAttributeMethod · 0.45
NewElementMethod · 0.45
ConstructWindowLFunction · 0.45

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected