• Home
  • Raw
  • Download

Lines Matching defs:_value

280 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin…  in GetChar()
468 void SetValue(const char * _value) { value = _value;} in SetValue()
472 void SetValue( const std::string& _value ) in SetValue()
497 …const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.c_str (… in FirstChild()
498 …TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.c_str ()); } ///… in FirstChild()
499 …const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.c_str ())… in LastChild()
500 …TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.c_str ()); } ///< … in LastChild()
527 …const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { r… in IterateChildren()
528 …TiXmlNode* IterateChildren( const std::string& _value, TiXmlNode* previous ) { return IterateChild… in IterateChildren()
575 …const TiXmlNode* PreviousSibling( const std::string& _value ) const { return PreviousSibling (_val… in PreviousSibling()
576 …TiXmlNode* PreviousSibling( const std::string& _value ) { return PreviousSibling (_value.c_str … in PreviousSibling()
577 …const TiXmlNode* NextSibling( const std::string& _value) const { return NextSibling (_value.c_str… in NextSibling()
578 …TiXmlNode* NextSibling( const std::string& _value) { return NextSibling (_value.c_str ()); } … in NextSibling()
604 …const TiXmlElement* NextSiblingElement( const std::string& _value) const { return NextSiblingEleme… in NextSiblingElement()
605 …TiXmlElement* NextSiblingElement( const std::string& _value) { return NextSiblingElement (_valu… in NextSiblingElement()
617 …const TiXmlElement* FirstChildElement( const std::string& _value ) const { return FirstChildElemen… in FirstChildElement()
618 …TiXmlElement* FirstChildElement( const std::string& _value ) { return FirstChildElement (_value… in FirstChildElement()
708 TiXmlAttribute( const std::string& _name, const std::string& _value ) in TiXmlAttribute()
718 TiXmlAttribute( const char * _name, const char * _value ) in TiXmlAttribute()
745 void SetValue( const char* _value ) { value = _value; } ///< Set the value. in SetValue()
758 void SetValue( const std::string& _value ) in SetValue()
893 int QueryFloatAttribute( const char* name, float* _value ) const { in QueryFloatAttribute()
911 …int QueryIntAttribute( const std::string& name, int* _value ) const { return QueryIntAttribute( na… in QueryIntAttribute()
912 …int QueryDoubleAttribute( const std::string& name, double* _value ) const { return QueryDoubleAttr… in QueryDoubleAttribute()
915 void SetAttribute( const std::string& name, const std::string& _value ) in SetAttribute()
923 void SetAttribute( const std::string& name, int _value ) in SetAttribute()
1486 …TiXmlHandle FirstChild( const std::string& _value ) const { return FirstChild( _value.c_str() )… in FirstChild()
1487 …TiXmlHandle FirstChildElement( const std::string& _value ) const { return FirstChildElement( _val… in FirstChildElement()
1489 …TiXmlHandle Child( const std::string& _value, int index ) const { return Child( _value.c_str(), … in Child()
1490 …TiXmlHandle ChildElement( const std::string& _value, int index ) const { return ChildElement( _val… in ChildElement()