Home
last modified time | relevance | path

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

/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/
Dxmltest.cpp596 result = ele->QueryDoubleAttribute( "attr0", &dVal ); in main()
601 result = ele->QueryDoubleAttribute( "attr1", &dVal ); in main()
641 XMLError queryResult = ele->QueryDoubleAttribute( "double", &dVal ); in main()
916 XMLError queryResult = element->QueryDoubleAttribute("attrib", &v); in main()
Dtinyxml2.h1381 XMLError QueryDoubleAttribute( const char* name, double* value ) const { in QueryDoubleAttribute() function
1447 return QueryDoubleAttribute( name, value ); in QueryAttribute()
Dtinyxml2.cpp1613 QueryDoubleAttribute(name, &d); in DoubleAttribute()