Home
last modified time | relevance | path

Searched refs:QueryFloatValue (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.h789 …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()
Dtinyxml2.cpp1047 int XMLAttribute::QueryFloatValue( float* value ) const in QueryFloatValue() function in XMLAttribute