Home
last modified time | relevance | path

Searched refs:QueryDoubleAttribute (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dtinyxml.h891 int QueryDoubleAttribute( const char* name, double* _value ) const;
895 int result = QueryDoubleAttribute( name, &d ); in QueryFloatAttribute()
912 …int QueryDoubleAttribute( const std::string& name, double* _value ) const { return QueryDoubleAttr… in QueryDoubleAttribute() function
Dxmltest.cpp448 result = ele->QueryDoubleAttribute( "attr0", &dVal ); in main()
451 result = ele->QueryDoubleAttribute( "attr1", &dVal ); in main()
Dtinyxml.cpp711 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement