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