Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:QueryIntValue

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