HomeSort by relevance Sort by last modified time
    Searched refs:QueryDoubleAttribute (Results 1 - 5 of 5) 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 );
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h     [all...]
  /external/tinyxml2/
tinyxml2.h 890 double DoubleAttribute( const char* name ) const { double d=0; QueryDoubleAttribute( name, &d ); return d; }
    [all...]

Completed in 118 milliseconds