Home
last modified time | relevance | path

Searched defs:QueryDoubleAttribute (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
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/tinyxml/
Dtinyxml.h912 …int QueryDoubleAttribute( const std::string& name, double* _value ) const { return QueryDoubleAttr… in QueryDoubleAttribute() function
Dtinyxml.cpp711 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement
/external/tinyxml2/
Dtinyxml2.h1359 XMLError QueryDoubleAttribute( const char* name, double* value ) const { in QueryDoubleAttribute() function