Lines Matching refs:Iterator
22 class Iterator {
32 bool operator!=(const Iterator& other) const { return it_ != other.it_; }
39 explicit Iterator(const BytecodeLivenessState& liveness, StartTag)
47 explicit Iterator(const BytecodeLivenessState& liveness, EndTag)
50 BitVector::Iterator it_;
109 Iterator begin() const { return Iterator(*this, Iterator::kStartTag); }
111 Iterator end() const { return Iterator(*this, Iterator::kEndTag); }