Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
948
void XMLAttribute::SetName(const char* n) {
949
_name.SetStr(n);
950
}
951
952
XMLError XMLAttribute::QueryIntValue(int* value) const {
953
if (XMLUtil::ToInt(Value(), value)) {
Callers
4
setDebugObjectName
Function · 0.45
FindOrCreateAttribute
Method · 0.45
NewElement
Method · 0.45
ConstructWindowL
Function · 0.45
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected