Searched refs:QueryDoubleValue (Results 1 – 6 of 6) sorted by relevance
637 attrib->QueryDoubleValue( d ); in Attribute()653 attrib->QueryDoubleValue( d ); in Attribute()725 return attrib->QueryDoubleValue( dval ); in QueryDoubleAttribute()735 return attrib->QueryDoubleValue( dval ); in QueryDoubleAttribute()1243 int TiXmlAttribute::QueryDoubleValue( double* dval ) const in QueryDoubleValue() function in TiXmlAttribute
833 int QueryDoubleValue( double* _value ) const;
787 …double DoubleValue() const { double d=0; QueryDoubleValue( &d ); return … in DoubleValue()801 int QueryDoubleValue( double* value ) const;913 …= FindAttribute( name ); if ( !a ) return XML_NO_ATTRIBUTE; return a->QueryDoubleValue( _value ); } in QueryDoubleAttribute()
1055 int XMLAttribute::QueryDoubleValue( double* value ) const in QueryDoubleValue() function in XMLAttribute
717 return node->QueryDoubleValue( dval ); in QueryDoubleAttribute()1237 int TiXmlAttribute::QueryDoubleValue( double* dval ) const in QueryDoubleValue() function in TiXmlAttribute
742 int QueryDoubleValue( double* _value ) const;