Home
last modified time | relevance | path

Searched defs:SetAttribute (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/tinyxml2/
H A Dtinyxml2.h1464 void SetAttribute( const char* name, const char* value ) { in SetAttribute() function
1469 void SetAttribute( const char* name, int value ) { in SetAttribute() function
1474 void SetAttribute( const char* name, unsigned value ) { in SetAttribute() function
1480 void SetAttribute(const char* name, int64_t value) { in SetAttribute() function
1486 void SetAttribute(const char* name, uint64_t value) { in SetAttribute() function
1492 void SetAttribute( const char* name, bool value ) { in SetAttribute() function
1497 void SetAttribute( const char* name, double value ) { in SetAttribute() function
1502 void SetAttribute( const char* name, float value ) { in SetAttribute() function
H A Dtinyxml2.cpp1489 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in tinyxml2::XMLAttribute
1495 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in tinyxml2::XMLAttribute
1503 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in tinyxml2::XMLAttribute
1511 void XMLAttribute::SetAttribute(int64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1518 void XMLAttribute::SetAttribute(uint64_t v) in SetAttribute() function in tinyxml2::XMLAttribute
1526 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in tinyxml2::XMLAttribute
1533 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in tinyxml2::XMLAttribute
1540 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in tinyxml2::XMLAttribute