Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1063 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in XMLAttribute
1069 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in XMLAttribute
1077 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in XMLAttribute
1085 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in XMLAttribute
1092 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in XMLAttribute
1099 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in XMLAttribute
Dtinyxml2.h918 …void SetAttribute( const char* name, const char* _value ) { XMLAttribute* a = FindOrCreateAttri… in SetAttribute() function
920 …void SetAttribute( const char* name, int _value ) { XMLAttribute* a = FindOrCreateAttri… in SetAttribute() function
922 …void SetAttribute( const char* name, unsigned _value ) { XMLAttribute* a = FindOrCreateAttr… in SetAttribute() function
924 …void SetAttribute( const char* name, bool _value ) { XMLAttribute* a = FindOrCreateAttr… in SetAttribute() function
926 …void SetAttribute( const char* name, double _value ) { XMLAttribute* a = FindOrCreateAttrib… in SetAttribute() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.cpp740 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement
750 void TiXmlElement::SetAttribute( const std::string& name, int val ) in SetAttribute() function in TiXmlElement
780 void TiXmlElement::SetAttribute( const char * cname, const char * cvalue ) in SetAttribute() function in TiXmlElement
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value ) in SetAttribute() function in TiXmlElement
/external/tinyxml/
Dtinyxml.h915 void SetAttribute( const std::string& name, const std::string& _value ) in SetAttribute() function
923 void SetAttribute( const std::string& name, int _value ) in SetAttribute() function
Dtinyxml.cpp721 void TiXmlElement::SetAttribute( const char * name, int val ) in SetAttribute() function in TiXmlElement
745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) in SetAttribute() function in TiXmlElement