Searched refs:cell_index_ (Results 1 – 1 of 1) sorted by relevance
929 cell_index_ = Bitmap::IndexToCell( in MarkBitCellIterator()935 inline bool Done() { return cell_index_ == last_cell_index_; } in Done()937 inline bool HasNext() { return cell_index_ < last_cell_index_ - 1; } in HasNext()940 ASSERT(cell_index_ == Bitmap::IndexToCell(Bitmap::CellAlignIndex( in CurrentCell()942 return &cells_[cell_index_]; in CurrentCell()946 ASSERT(cell_index_ == Bitmap::IndexToCell(Bitmap::CellAlignIndex( in CurrentCellBase()952 cell_index_++; in Advance()960 unsigned int cell_index_; variable