Searched refs:QueryDoubleValue (Results 1 - 5 of 5) sorted by relevance

/external/tinyxml2/
H A Dtinyxml2.h787 double DoubleValue() const { double d=0; QueryDoubleValue( &d ); return d; }
801 int QueryDoubleValue( double* value ) const;
913 int QueryDoubleAttribute( const char* name, double* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XML_NO_ATTRIBUTE; return a->QueryDoubleValue( _value ); }
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp637 attrib->QueryDoubleValue( d );
653 attrib->QueryDoubleValue( d );
725 return attrib->QueryDoubleValue( dval );
735 return attrib->QueryDoubleValue( dval );
1243 int TiXmlAttribute::QueryDoubleValue( double* dval ) const
H A Dtinyxml.h832 /// QueryDoubleValue examines the value string. See QueryIntValue().
833 int QueryDoubleValue( double* _value ) const;
/external/tinyxml/
H A Dtinyxml.cpp717 return node->QueryDoubleValue( dval );
1237 int TiXmlAttribute::QueryDoubleValue( double* dval ) const function in class:TiXmlAttribute
H A Dtinyxml.h741 /// QueryDoubleValue examines the value string. See QueryIntValue().
742 int QueryDoubleValue( double* _value ) const;

Completed in 79 milliseconds