Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:row

172 	TiXmlParsingData( const char* start, int _tabsize, int row, int col )
177 cursor.row = row;
197 // Get the current row, column.
198 int row = cursor.row;
217 ++row;
230 ++row;
296 cursor.row = row;
298 assert( cursor.row >= -1 );
700 location.row = prevData->cursor.row;
705 location.row = 0;
708 row, location.col );