MCPcopy Create free account
hub / github.com/avast/retdec / SetName

Method SetName

deps/tinyxml2/tinyxml2.cpp:1406–1409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1404
1405
1406void XMLAttribute::SetName( const char* n )
1407{
1408 _name.SetStr( n );
1409}
1410
1411
1412XMLError XMLAttribute::QueryIntValue( int* value ) const

Callers 2

FindOrCreateAttributeMethod · 0.80
NewElementMethod · 0.80

Calls 1

SetStrMethod · 0.80

Tested by

no test coverage detected