Searched refs:next_unused_cell_ (Results 1 – 1 of 1) sorted by relevance
62 next_unused_cell_(0) {} in FixedHashMap()89 DCHECK_LT(index, next_unused_cell_); in Remove()123 for (;index < next_unused_cell_; ++index) { in Next()136 return bits::Align(sizeof(Cell) * next_unused_cell_, page_size) + in EstimateUsedMemory()188 size_t idx = next_unused_cell_; in GetFreeCell()189 next_unused_cell_++; in GetFreeCell()202 DCHECK_LT(next_unused_cell_, num_cells_ + 1); in GetFreeCell()236 size_t next_unused_cell_; variable