Lines Matching refs:row
181 TiXmlParsingData( const char* start, int _tabsize, int row, int col )
186 cursor.row = row;
206 // Get the current row, column.
207 int row = cursor.row;
226 ++row;
239 ++row;
305 cursor.row = row;
307 assert( cursor.row >= -1 );
723 location.row = prevData->cursor.row;
728 location.row = 0;
731 TiXmlParsingData data( p, TabSize(), location.row, location.col );