HomeSort by relevance Sort by last modified time
    Searched defs:SetAttribute (Results 1 - 2 of 2) sorted by null

  /external/tinyxml/
tinyxml.cpp 721 void TiXmlElement::SetAttribute( const char * name, int val )
729 SetAttribute( name, buf );
741 SetAttribute( name, buf );
745 void TiXmlElement::SetAttribute( const char * name, const char * _value )
860 target->SetAttribute( attribute->Name(), attribute->Value() );
    [all...]
tinyxml.h 905 void SetAttribute( const char* name, const char * _value );
    [all...]

Completed in 60 milliseconds