Searched refs:CellDescription (Results 1 – 2 of 2) sorted by relevance
181 struct CellDescription { struct186 CellDescription *NextColumnElement = nullptr; argument188 constexpr bool operator==(const CellDescription &Other) const {192 constexpr bool operator!=(const CellDescription &Other) const {198 SmallVector<CellDescription> Cells;273 static bool isSplitCell(const CellDescription &Cell);
1248 bool WhitespaceManager::isSplitCell(const CellDescription &Cell) { in isSplitCell()1268 SmallVector<CellDescription> Cells; in getCells()1303 Cells.push_back(CellDescription{i, ++Cell, i + 1, false, nullptr}); in getCells()1371 Cells.push_back(CellDescription{i, Cell, i, HasSplit, nullptr}); in getCells()