Searched defs:CellDescriptions (Results 1 – 1 of 1) sorted by relevance
192 struct CellDescriptions { struct193 SmallVector<CellDescription> Cells;194 SmallVector<unsigned> CellCounts;195 unsigned InitialSpaces = 0;199 bool isRectangular() const { in isRectangular()