Home
last modified time | relevance | path

Searched refs:QueryDoubleAttribute (Results 1 – 6 of 6) 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
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h994 int QueryDoubleAttribute( const char* name, double* _value ) const;
998 int result = QueryDoubleAttribute( name, &d ); in QueryFloatAttribute()
1057 int QueryDoubleAttribute( const std::string& name, double* _value ) const;
Dtinyxml.cpp720 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement
730 int TiXmlElement::QueryDoubleAttribute( const std::string& name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement
/external/tinyxml2/
Dtinyxml2.h890 …double DoubleAttribute( const char* name ) const { double d=0; QueryDoubleAttribute( na… in DoubleAttribute()
913 …int QueryDoubleAttribute( const char* name, double* _value ) const { const XMLAttribute… in QueryDoubleAttribute() function