Home
last modified time | relevance | path

Searched defs:QueryDoubleAttribute (Results 1 – 2 of 2) 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/tinyxml2/
Dtinyxml2.h1381 XMLError QueryDoubleAttribute( const char* name, double* value ) const { in QueryDoubleAttribute() function