Home | History | Annotate | Download | only in parsing

Lines Matching full:bitfield

54 static inline bool operator&(ParseFunctionFlags bitfield,
57 return static_cast<T>(bitfield) & static_cast<T>(mask);