Home | History | Annotate | Download | only in style

Lines Matching refs:EEmptyCell

184         unsigned _empty_cells : 1; // EEmptyCell
564 EEmptyCell emptyCells() const { return static_cast<EEmptyCell>(inherited_flags._empty_cells); }
890 void setEmptyCells(EEmptyCell v) { inherited_flags._empty_cells = v; }
1121 static EEmptyCell initialEmptyCells() { return SHOW; }