Home
last modified time | relevance | path

Searched refs:MapleSparseBitVectorElement (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h28 struct MapleSparseBitVectorElement { struct
32 explicit MapleSparseBitVectorElement(unsigned idx) : index(idx), bitVector {0} {} in MapleSparseBitVectorElement() argument
100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() argument
117 bool Or(const MapleSparseBitVectorElement &rhs) in Or() argument
128 bool Diff(const MapleSparseBitVectorElement &rhs, bool &becameZero) in Diff() argument
145 bool operator==(const MapleSparseBitVectorElement &rhs) const
158 bool operator!=(const MapleSparseBitVectorElement &rhs) const argument
170 using ElementList = MapleList<MapleSparseBitVectorElement<bitVectorSize>>; argument