Home | History | Annotate | Download | only in tinyxml2

Lines Matching full:toint

401 bool XMLUtil::ToInt( const char* str, int* value )

418 if ( ToInt( str, &ival )) {
1024 if ( XMLUtil::ToInt( Value(), value ))
1171 if ( XMLUtil::ToInt( t, _value ) ) {