Searched refs:CellDescription (Results 1 – 2 of 2) sorted by relevance
178 struct CellDescription { struct183 CellDescription *NextColumnElement = nullptr; argument185 constexpr bool operator==(const CellDescription &Other) const {189 constexpr bool operator!=(const CellDescription &Other) const {195 SmallVector<CellDescription> Cells;258 static bool isSplitCell(const CellDescription &Cell);
1101 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()1121 SmallVector<CellDescription> Cells; in getCells()1155 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()1211 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()