MCPcopy Create free account
hub / github.com/HexHive/NASS / operator|

Method operator|

binderlib/include_android9/utils/BitSet.h:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 return *this;
142 }
143 inline BitSet32 operator| (const BitSet32& other) const {
144 return BitSet32(value | other.value);
145 }
146 inline BitSet32& operator|= (const BitSet32& other) {
147 value |= other.value;
148 return *this;

Callers

nothing calls this directly

Calls 1

BitSet32Class · 0.85

Tested by

no test coverage detected