Home | History | Annotate | Download | only in unified1

Lines Matching defs:SelectionControlMask

550 enum SelectionControlMask {
1196 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }