Searched defs:MapleSparseBitVectorElement (Results 1 – 1 of 1) sorted by relevance
28 struct MapleSparseBitVectorElement { struct32 explicit MapleSparseBitVectorElement(unsigned idx) : index(idx), bitVector {0} {} in MapleSparseBitVectorElement() argument34 BitWord GetWord(unsigned idx) const in GetWord()39 unsigned GetIndex() const in GetIndex()44 void Set(unsigned idx) in Set()49 void Reset(unsigned idx) in Reset()54 bool Test(unsigned idx) const in Test()59 bool Empty() const in Empty()69 void ConvertToSet(MapleSet<uint32> &res, unsigned base) const in ConvertToSet()100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() argument[all …]