Searched refs:TreePairs (Results 1 – 1 of 1) sorted by relevance
580 std::vector<std::pair<SNodeId, SNodeId>> TreePairs; in getMatchingNodes() local586 TreePairs.emplace_back(SNodeId(S1.getSize()), SNodeId(S2.getSize())); in getMatchingNodes()588 while (!TreePairs.empty()) { in getMatchingNodes()590 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()591 TreePairs.pop_back(); in getMatchingNodes()625 TreePairs.emplace_back(Row, Col); in getMatchingNodes()