| 736 | } |
| 737 | |
| 738 | bool intersects(const SparseBitVector<ElementSize> *RHS) const { |
| 739 | return intersects(*RHS); |
| 740 | } |
| 741 | |
| 742 | // Return true if we share any bits in common with RHS |
| 743 | bool intersects(const SparseBitVector<ElementSize> &RHS) const { |
nothing calls this directly
no test coverage detected