Searched refs:FirstRow (Results 1 – 2 of 2) sorted by relevance
589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local599 FirstRow = S1.getLeftMostDescendant(LastRow); in getMatchingNodes()605 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()606 if (Row > FirstRow && in getMatchingNodes()
1231 RowIter FirstRow = Rows.begin() + Seq.FirstRowIndex; in findRowInSeq() local1233 assert(FirstRow->Address.Address <= Row.Address.Address && in findRowInSeq()1235 RowIter RowPos = std::upper_bound(FirstRow + 1, LastRow - 1, Row, in findRowInSeq()