Lines Matching full:bitvector
41 class BitVector: public ZoneObject {
43 // Iterator for the elements of this BitVector.
46 explicit Iterator(BitVector* target)
80 BitVector* target_;
85 friend class BitVector;
88 BitVector(int length, Zone* zone)
96 BitVector(const BitVector& other, Zone* zone)
107 BitVector& operator=(const BitVector& rhs) {
112 void CopyFrom(const BitVector& other) {
138 void Union(const BitVector& other) {
145 bool UnionIsChanged(const BitVector& other) {
156 void Intersect(const BitVector& other) {
163 void Subtract(const BitVector& other) {
183 bool Equals(const BitVector& other) {