Searched refs:IsASubset (Results 1 – 2 of 2) sorted by relevance
48 bool Options::IsASubset(const OptionSet &set_a, const OptionSet &set_b) { in IsASubset() function in Options121 if (IsASubset(GetRequiredOptions()[i], m_seen_options)) { in VerifyOptions()129 if (IsASubset(remaining_options, GetOptionalOptions()[i])) in VerifyOptions()579 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
213 bool IsASubset(const OptionSet &set_a, const OptionSet &set_b);