Home | History | Annotate | Download | only in style

Lines Matching refs:NonInheritedFlags

206     struct NonInheritedFlags {
207 bool operator==(const NonInheritedFlags& other) const
236 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }