Lines Matching full:_name
790 void TiXmlElement::SetAttribute( const std::string& _name, const std::string& _value )
792 TiXmlAttribute* attrib = attributeSet.FindOrCreate( _name );
1559 TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const std::string& _name )
1561 TiXmlAttribute* attrib = Find( _name );
1565 attrib->SetName( _name );
1583 TiXmlAttribute* TiXmlAttributeSet::FindOrCreate( const char* _name )
1585 TiXmlAttribute* attrib = Find( _name );
1589 attrib->SetName( _name );