Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ SetAttribute
Method
SetAttribute
native/thirdpart/tinyxml2/tinyxml2.cpp:1507–1510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1505
1506
1507
void XMLAttribute::SetAttribute( const char* v )
1508
{
1509
_value.SetStr( v );
1510
}
1511
1512
1513
void XMLAttribute::SetAttribute( int v )
Callers
6
recursiveToXML
Method · 0.80
Update
Method · 0.80
append_element
Function · 0.80
insert_next_element
Function · 0.80
SetAttribute
Function · 0.80
ShallowClone
Method · 0.80
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected