Searched refs:it2_ (Results 1 – 1 of 1) sorted by relevance
279 it2_.clear(); in Iterator()292 if (!it1_.hasNext() && !it2_.hasNext()) { in next()301 if (!it2_.hasNext()) { in next()304 it2_ = typename BV::Iterator(bv_.l2_[i0_][i1_]); in next()308 CHECK(it2_.hasNext()); in next()309 uptr i2 = it2_.next(); in next()313 if (!it1_.hasNext() && !it2_.hasNext()) in next()321 typename BV::Iterator it1_, it2_; variable