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

  /external/tinyxml2/
tinyxml2.h 781 int IntValue() const { int i=0; QueryIntValue( &i ); return i; }
795 int QueryIntValue( int* value ) const;
907 int QueryIntAttribute( const char* name, int* _value ) const { const XMLAttribute* a = FindAttribute( name ); if ( !a ) return XML_NO_ATTRIBUTE; return a->QueryIntValue( _value ); }
    [all...]
  /external/tinyxml/
tinyxml.cpp 707 return node->QueryIntValue( ival );
1230 int TiXmlAttribute::QueryIntValue( int* ival ) const
    [all...]
tinyxml.h 731 /** QueryIntValue examines the value string. It is an alternative to the
740 int QueryIntValue( int* _value ) const;
741 /// QueryDoubleValue examines the value string. See QueryIntValue().
    [all...]

Completed in 29 milliseconds