Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MediaArea/MediaInfoLib
/ SetName
Method
SetName
Source/ThirdParty/tinyxml2/tinyxml2.cpp:1374–1377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1372
1373
1374
void XMLAttribute::SetName( const char* n )
1375
{
1376
_name.SetStr( n );
1377
}
1378
1379
1380
XMLError XMLAttribute::QueryIntValue( int* value ) const
Callers
2
FindOrCreateAttribute
Method · 0.80
NewElement
Method · 0.80
Calls
1
SetStr
Method · 0.80
Tested by
no test coverage detected