Searched refs:FirstRowIndex (Results 1 – 2 of 2) sorted by relevance
167 FirstRowIndex = 0; in reset()211 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()553 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress()560 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress()605 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()612 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange()616 first_row_index = cur_seq.FirstRowIndex; in lookupAddressRange()623 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange()629 last_row_index = cur_seq.FirstRowIndex + (row_pos - first_row) - 1; in lookupAddressRange()
145 unsigned FirstRowIndex; member156 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()