Searched refs:TheVector (Results 1 – 1 of 1) sorted by relevance
67 SmallBitVector &TheVector; variable71 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {} in reference()82 TheVector.set(BitPos);84 TheVector.reset(BitPos);89 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);