Searched refs:NonInheritedFlags (Results 1 – 3 of 3) sorted by relevance
408 struct NonInheritedFlags { struct410 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }411 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
61 struct NonInheritedFlags { struct110 COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow); in RenderStyle()
202 struct NonInheritedFlags { struct203 bool operator==(const NonInheritedFlags& other) const233 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }