HomeSort by relevance Sort by last modified time
    Searched defs:QueryDoubleAttribute (Results 1 - 2 of 2) sorted by null

  /external/tinyxml/
tinyxml.cpp 711 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const
    [all...]
tinyxml.h 890 /// QueryDoubleAttribute examines the attribute - see QueryIntAttribute().
891 int QueryDoubleAttribute( const char* name, double* _value ) const;
895 int result = QueryDoubleAttribute( name, &d );
    [all...]

Completed in 19 milliseconds