Searched refs:NonInheritedFlags (Results 1 – 3 of 3) sorted by relevance
390 struct NonInheritedFlags { struct392 bool operator==(const NonInheritedFlags &other) const { return _niflags == other._niflags; }393 bool operator!=(const NonInheritedFlags &other) const { return _niflags != other._niflags; }
63 struct NonInheritedFlags { struct112 COMPILE_ASSERT((sizeof(NonInheritedFlags) <= 8), NonInheritedFlags_does_not_grow); in RenderStyle()
206 struct NonInheritedFlags { struct207 bool operator==(const NonInheritedFlags& other) const236 bool operator!=(const NonInheritedFlags& other) const { return !(*this == other); }