Searched refs:union_set (Results 1 – 2 of 2) sorted by relevance
89 OptionSet &union_set) { in OptionsSetUnion() argument96 union_set.insert(*pos); in OptionsSetUnion()100 pos_union = union_set.find(*pos); in OptionsSetUnion()101 if (pos_union == union_set.end()) in OptionsSetUnion()102 union_set.insert(*pos); in OptionsSetUnion()576 OptionSet union_set; in VerifyPartialOptions() local578 union_set); in VerifyPartialOptions()579 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
219 OptionSet &union_set);