Home | History | Annotate | Download | only in unified1

Lines Matching defs:SelectionControlMask

537 enum SelectionControlMask {
1176 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }