Lines Matching refs:other
11 * documentation and/or other materials provided with the distribution;
44 //Since they're unioned with each other, all of these storage locations
46 //without having to have access to each other. More details are provided with
104 operator=(BitfieldTypeImpl<Base> const & other)
106 return *this = (Type)other;
122 operator=(BitfieldType<Base> const & other)
124 return Impl::operator=(other);
136 Type operator=(BitfieldROType<Base> const &other) = delete;
151 operator=(BitfieldWOType<Base> const & other)
153 return Impl::operator=(other);
262 operator=(BitUnionOperators const &other)
264 Base::__storage = other;
282 //This macro is a backend for other macros that specialize it slightly.
286 //namespace ensures that there will be no collisions with other names as long
322 //This sets up a bitfield which has other bitfields nested inside of it. The
368 //These templates make it possible to define other templates related to