Searched refs:MapleSparseBitVectorElement (Results 1 – 1 of 1) sorted by relevance
28 struct MapleSparseBitVectorElement { struct32 explicit MapleSparseBitVectorElement(unsigned idx) : index(idx), bitVector {0} {} in MapleSparseBitVectorElement() argument99 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() argument116 bool Or(const MapleSparseBitVectorElement &rhs) in Or() argument127 bool Diff(const MapleSparseBitVectorElement &rhs, bool &becameZero) in Diff() argument144 bool operator==(const MapleSparseBitVectorElement &rhs) const157 bool operator!=(const MapleSparseBitVectorElement &rhs) const argument169 using ElementList = MapleList<MapleSparseBitVectorElement<bitVectorSize>>; argument