Lines Matching defs:_value
334 TiXmlNode* TiXmlNode::FirstChild( const char * _value ) in FirstChild()
357 TiXmlNode* TiXmlNode::LastChild( const char * _value ) in LastChild()
431 TiXmlNode* TiXmlNode::NextSibling( const char * _value ) in NextSibling()
453 TiXmlNode* TiXmlNode::PreviousSibling( const char * _value ) in PreviousSibling()
516 TiXmlElement* TiXmlNode::FirstChildElement( const char * _value ) in FirstChildElement()
572 TiXmlElement* TiXmlNode::NextSiblingElement( const char * _value ) in NextSiblingElement()
611 TiXmlElement::TiXmlElement (const char * _value) in TiXmlElement()
620 TiXmlElement::TiXmlElement( const std::string& _value ) in TiXmlElement()
745 void TiXmlElement::SetAttribute( const char * name, const char * _value ) in SetAttribute()
1244 void TiXmlAttribute::SetIntValue( int _value ) in SetIntValue()
1255 void TiXmlAttribute::SetDoubleValue( double _value ) in SetDoubleValue()