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