Searched refs:maybePivotRow (Results 1 – 1 of 1) sorted by relevance
177 Optional<unsigned> maybePivotRow = findPivotRow(row, newDirection, *col); in findPivot() local178 return Pivot{maybePivotRow.getValueOr(row), *col}; in findPivot()