Searched refs:CellDescription (Results 1 – 2 of 2) sorted by relevance
176 struct CellDescription { struct181 CellDescription *NextColumnElement = nullptr; argument183 constexpr bool operator==(const CellDescription &Other) const {187 constexpr bool operator!=(const CellDescription &Other) const {193 SmallVector<CellDescription> Cells;285 static bool isSplitCell(const CellDescription &Cell);
1447 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()1467 SmallVector<CellDescription> Cells; in getCells()1504 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()1572 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()