reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
131 l2_[i0][i1].setAll(); 150 l2_[i0][i1].clear(); 152 bool res = l2_[i0][i1].setBit(i2); 165 res = l2_[i0][i1].clearBit(i2); 166 if (l2_[i0][i1].empty()) 178 return l1_[i0].getBit(i1) && l2_[i0][i1].getBit(i2); 185 uptr i2 = l2_[i0][i1].getAndClearFirstOne(); 186 if (!l2_[i0][i1].empty()) 204 l2_[i0][i1].clear(); 205 if (l2_[i0][i1].setUnion(v.l2_[i0][i1])) 205 if (l2_[i0][i1].setUnion(v.l2_[i0][i1])) 222 if (l2_[i0][i1].setIntersection(v.l2_[i0][i1])) 224 if (l2_[i0][i1].empty()) 240 if (l2_[i0][i1].setDifference(v.l2_[i0][i1])) 240 if (l2_[i0][i1].setDifference(v.l2_[i0][i1])) 242 if (l2_[i0][i1].empty()) 262 if (l2_[i0][i1].intersectsWith(v.l2_[i0][i1])) 262 if (l2_[i0][i1].intersectsWith(v.l2_[i0][i1])) 303 it2_ = typename BV::Iterator(bv_.l2_[i0_][i1_]);