Searched refs:LastRowIndex (Results 1 – 2 of 2) sorted by relevance
510 LastRowIndex = 0; in reset()563 Sequence.LastRowIndex = RowNumber + 1; in appendRowToMatrix()1227 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()1311 uint32_t LastRowIndex = in lookupAddressRangeImpl() local1313 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()1314 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()1317 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1319 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
213 unsigned LastRowIndex; member224 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()