Searched refs:other_storage (Results 1 – 1 of 1) sorted by relevance
114 uint32_t other_storage = other->storage_[i]; in IsSubsetOf() local115 if ((this_storage | other_storage) != other_storage) { in IsSubsetOf()