Searched defs:QueryDoubleAttribute (Results 1 – 2 of 2) sorted by relevance
720 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement730 int TiXmlElement::QueryDoubleAttribute( const std::string& name, double* dval ) const in QueryDoubleAttribute() function in TiXmlElement
1381 XMLError QueryDoubleAttribute( const char* name, double* value ) const { in QueryDoubleAttribute() function