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