Searched refs:m_seen_options (Results 1 – 3 of 3) sorted by relevance
90 OptionSet m_seen_options; member
33 m_seen_options.clear(); in NotifyOptionParsingStarting()43 void Options::OptionSeen(int option_idx) { m_seen_options.insert(option_idx); } in OptionSeen()120 if (IsASubset(GetRequiredOptions()[i], m_seen_options)) { in VerifyOptions()124 OptionsSetDiff(m_seen_options, GetRequiredOptions()[i], in VerifyOptions()635 if (IsASubset(m_seen_options, union_set)) in VerifyPartialOptions()
198 OptionSet m_seen_options; variable