Lines Matching full:bitfield
291 // BitField is a help template for encoding and decode bitfield with298 // in a bitfield without compiler warnings we have to compute 2^x342 class BitField : public BitFieldBase<T, shift, size, uint32_t> { };