Searched refs:QueryFloatValue (Results 1 – 2 of 2) sorted by relevance
789 …float FloatValue() const { float f=0; QueryFloatValue( &f ); return f… in FloatValue()803 int QueryFloatValue( float* value ) const;915 … = FindAttribute( name ); if ( !a ) return XML_NO_ATTRIBUTE; return a->QueryFloatValue( _value ); } in QueryFloatAttribute()
1047 int XMLAttribute::QueryFloatValue( float* value ) const in QueryFloatValue() function in XMLAttribute