Lines Matching refs:it_
135 it_(chunk, bitmap) {
136 it_.Advance(Bitmap::IndexToCell(
138 if (!it_.Done()) {
139 cell_base_ = it_.CurrentCellBase();
140 current_cell_ = *it_.CurrentCell();
163 while (!it_.Done()) {
181 if (!it_.Advance()) {
186 cell_base_ = it_.CurrentCellBase();
187 current_cell_ = *it_.CurrentCell();
215 if (it_.Advance(end_cell_index)) {
216 cell_base_ = it_.CurrentCellBase();
217 current_cell_ = *it_.CurrentCell();
258 if (it_.Advance()) {
259 cell_base_ = it_.CurrentCellBase();
260 current_cell_ = *it_.CurrentCell();