Searched refs:QueryDoubleAttribute (Results 1 – 6 of 6) sorted by relevance
/external/tinyxml/ |
D | tinyxml.h | 891 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
|
D | xmltest.cpp | 448 result = ele->QueryDoubleAttribute( "attr0", &dVal ); in main() 451 result = ele->QueryDoubleAttribute( "attr1", &dVal ); in main()
|
D | tinyxml.cpp | 711 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 994 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;
|
D | tinyxml.cpp | 720 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/ |
D | tinyxml2.h | 890 …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
|