Searched defs:union_set (Results 1 – 2 of 2) sorted by relevance
79 template < class Element > inline void union_set(Element x, Element y) in union_set() function in boost::disjoint_sets151 template < class Element > inline void union_set(Element x, Element y) in union_set() function in boost::disjoint_sets_with_storage
289 merge_set union_set; /* the new merged merge-set */ in try_merge_merge_set() local