Searched refs:LastRowIndex (Results 1 – 3 of 3) sorted by relevance
510 LastRowIndex = 0; in reset()563 Sequence.LastRowIndex = RowNumber + 1; in appendRowToMatrix()1232 RowIter LastRow = Rows.begin() + Seq.LastRowIndex; in findRowInSeq()1316 uint32_t LastRowIndex = in lookupAddressRangeImpl() local1318 if (LastRowIndex == UnknownRowIndex) in lookupAddressRangeImpl()1319 LastRowIndex = CurSeq.LastRowIndex - 1; in lookupAddressRangeImpl()1322 assert(LastRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1324 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
205 unsigned LastRowIndex; member216 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
1178 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()