Home
last modified time | relevance | path

Searched refs:other_storage (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dbit_vector.cc110 uint32_t other_storage = other->storage_[i]; in IsSubsetOf() local
111 if ((this_storage | other_storage) != other_storage) { in IsSubsetOf()