Searched refs:nextCol (Results 1 – 1 of 1) sorted by relevance
388 ColumnPositions::const_iterator nextCol = col + 1; in impl_checkInvariants() local389 if ( nextCol != m_aColumnWidths.end() ) in impl_checkInvariants()390 if ( col->getEnd() != nextCol->getStart() ) in impl_checkInvariants()392 col = nextCol; in impl_checkInvariants()
Completed in 20 milliseconds