Home | History | Annotate | Download | only in bookmarks

Lines Matching refs:intersection

215     NodeSet intersection;
218 std::inserter(intersection, intersection.begin()));
219 if (intersection.empty()) {
223 match->nodes.swap(intersection);
234 NodeSet intersection;
237 std::inserter(intersection, intersection.begin()));
238 if (!intersection.empty()) {
243 combined_match.nodes.swap(intersection);