Searched refs:RowIter (Results 1 – 2 of 2) sorted by relevance
510 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress()511 RowIter last_row = Rows.begin() + found_seq.LastRowIndex; in lookupAddress()512 RowIter row_pos = std::lower_bound(first_row, last_row, row, in lookupAddress()564 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()565 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()566 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange()582 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()583 RowIter last_row = Rows.begin() + cur_seq.LastRowIndex; in lookupAddressRange()584 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange()
195 typedef RowVector::const_iterator RowIter; typedef