Searched defs:set_a (Results 1 – 2 of 2) sorted by relevance
48 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() argument 68 size_t Options::OptionsSetDiff(const OptionSet &set_a, const OptionSet &set_b, in OptionsSetDiff() argument 88 OptionsSetUnion(const OptionSet & set_a,const OptionSet & set_b,OptionSet & union_set) OptionsSetUnion() argument [all...]
2416 std::set<int> set_a = {2, 1, 3, 4, 5}; TEST() local