Home | History | Annotate | Download | only in style

Lines Matching refs:EEmptyCell

186         unsigned _empty_cells : 1; // EEmptyCell
599 EEmptyCell emptyCells() const { return static_cast<EEmptyCell>(inherited_flags._empty_cells); }
977 void setEmptyCells(EEmptyCell v) { inherited_flags._empty_cells = v; }
1231 static EEmptyCell initialEmptyCells() { return SHOW; }