Searched refs:mBit (Results 1 – 2 of 2) sorted by relevance
62 bool mBit) in VCMPacket() argument69 markerBit(mBit), in VCMPacket()
40 mParent->set(mBit, x);43 explicit operator bool() const { return mParent->test(mBit); }48 Reference(BitSetT *parent, ParamT bit) : mParent(parent), mBit(bit) {} in Reference()51 ParamT mBit; variable