Searched refs:IsASubset (Results 1 – 2 of 2) sorted by relevance
50 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() function in Options123 if (IsASubset(GetRequiredOptions()[i], m_seen_options)) { in VerifyOptions()131 if (IsASubset(remaining_options, GetOptionalOptions()[i])) in VerifyOptions()640 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
237 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);