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

/external/tinyxml/
H A Dtinyxml.cpp721 void TiXmlElement::SetAttribute( const char * name, int val ) function in class:TiXmlElement
729 SetAttribute( name, buf );
741 SetAttribute( name, buf );
745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) function in class:TiXmlElement
860 target->SetAttribute( attribute->Name(), attribute->Value() );
H A Dtinyxml.h905 void SetAttribute( const char* name, const char * _value );
915 void SetAttribute( const std::string& name, const std::string& _value ) function in class:TiXmlElement
920 SetAttribute (n.buffer, v.buffer );
923 void SetAttribute( const std::string& name, int _value ) function in class:TiXmlElement
927 SetAttribute (n.buffer, _value);
934 void SetAttribute( const char * name, int value );

Completed in 69 milliseconds