HomeSort by relevance Sort by last modified time
    Searched refs:QueryIntValue (Results 1 - 7 of 7) 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/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 605 attrib->QueryIntValue( i );
621 attrib->QueryIntValue( i );
666 return attrib->QueryIntValue( ival );
677 int result = node->QueryIntValue( &ival );
715 return attrib->QueryIntValue( ival );
1236 int TiXmlAttribute::QueryIntValue( int* ival ) const
    [all...]
tinyxml.h 822 /** QueryIntValue examines the value string. It is an alternative to the
831 int QueryIntValue( int* _value ) const;
832 /// QueryDoubleValue examines the value string. See QueryIntValue().
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 605 attrib->QueryIntValue( i );
621 attrib->QueryIntValue( i );
666 return attrib->QueryIntValue( ival );
677 int result = node->QueryIntValue( &ival );
715 return attrib->QueryIntValue( ival );
1236 int TiXmlAttribute::QueryIntValue( int* ival ) const
    [all...]
tinyxml.h 822 /** QueryIntValue examines the value string. It is an alternative to the
831 int QueryIntValue( int* _value ) const;
832 /// QueryDoubleValue examines the value string. See QueryIntValue().
    [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 73 milliseconds