Searched refs:TheVector (Results 1 – 1 of 1) sorted by relevance
68 SmallBitVector &TheVector; variable72 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {} in reference()83 TheVector.set(BitPos);85 TheVector.reset(BitPos);90 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);