Lines Matching defs:update
148 // Update src_size to how many cells we actually care about: where the bit is + 1.
163 uint32_t update = existing | src->GetRawStorageWord(idx);
164 if (existing != update) {
166 storage_[idx] = update;
182 // Update union_with_size to how many cells we actually care about: where the bit is + 1.
198 uint32_t update = existing |
200 if (existing != update) {
202 storage_[idx] = update;
208 uint32_t update = existing | union_with->GetRawStorageWord(idx);
209 if (existing != update) {
211 storage_[idx] = update;