Searched refs:old_cell (Results 1 – 2 of 2) sorted by relevance
161 const Cell *old_cell = FindCell(key); in Add() local162 if (old_cell != nullptr) { in Add()
200 uint32_t old_cell = cell; in Iterate() local213 uint32_t new_cell = old_cell & ~mask; in Iterate()214 if (old_cell != new_cell) { in Iterate()