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() argument100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() argument117 bool Or(const MapleSparseBitVectorElement &rhs) in Or() argument128 bool Diff(const MapleSparseBitVectorElement &rhs, bool &becameZero) in Diff() argument145 bool operator==(const MapleSparseBitVectorElement &rhs) const158 bool operator!=(const MapleSparseBitVectorElement &rhs) const argument170 using ElementList = MapleList<MapleSparseBitVectorElement<bitVectorSize>>; argument