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

  /external/tinyxml/
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...]
xmltest.cpp 448 result = ele->QueryDoubleAttribute( "attr0", &dVal );
451 result = ele->QueryDoubleAttribute( "attr1", &dVal );

Completed in 278 milliseconds