Searched refs:it1_ (Results 1 – 1 of 1) sorted by relevance
278 it1_.clear(); in Iterator()283 if (it1_.hasNext()) return true; in hasNext()292 if (!it1_.hasNext() && !it2_.hasNext()) { in next()295 it1_ = typename BV::Iterator(bv_.l1_[i0_]); in next()302 CHECK(it1_.hasNext()); in next()303 i1_ = it1_.next(); in next()313 if (!it1_.hasNext() && !it2_.hasNext()) in next()321 typename BV::Iterator it1_, it2_; variable