Searched refs:it2_ (Results 1 – 1 of 1) sorted by relevance
278 it2_.clear(); in Iterator()291 if (!it1_.hasNext() && !it2_.hasNext()) { in next()300 if (!it2_.hasNext()) { in next()303 it2_ = typename BV::Iterator(bv_.l2_[i0_][i1_]); in next()307 CHECK(it2_.hasNext()); in next()308 uptr i2 = it2_.next(); in next()312 if (!it1_.hasNext() && !it2_.hasNext()) in next()320 typename BV::Iterator it1_, it2_; variable