Searched refs:FirstRowIndex (Results 1 – 4 of 4) sorted by relevance
509 FirstRowIndex = 0; in reset()557 Sequence.FirstRowIndex = RowNumber; in appendRowToMatrix()1230 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq()1310 uint32_t FirstRowIndex = CurSeq.FirstRowIndex; in lookupAddressRangeImpl() local1312 FirstRowIndex = findRowInSeq(CurSeq, Address); in lookupAddressRangeImpl()1320 assert(FirstRowIndex != UnknownRowIndex); in lookupAddressRangeImpl()1323 for (uint32_t I = FirstRowIndex; I <= LastRowIndex; ++I) { in lookupAddressRangeImpl()
205 unsigned FirstRowIndex; member217 return !Empty && (LowPC < HighPC) && (FirstRowIndex < LastRowIndex); in isValid()
670 ASSERT_EQ((*ExpectedLineTable)->Sequences[1].FirstRowIndex, 2u);
1150 for (unsigned idx = seq.FirstRowIndex; idx < seq.LastRowIndex; ++idx) { in ParseLineTable()