Searched defs:not_in (Results 1 - 1 of 1) sorted by relevance

/art/runtime/base/
H A Dbit_vector.cc172 bool BitVector::UnionIfNotIn(const BitVector* union_with, const BitVector* not_in) { argument
193 uint32_t not_in_size = not_in->GetStorageSize();
199 (union_with->GetRawStorageWord(idx) & ~not_in->GetRawStorageWord(idx));

Completed in 27 milliseconds