Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:m_required_options

141             // This is the correct set of options if:  1). m_seen_options contains all of m_required_options[i]
143 // 2). { m_seen_options - m_required_options[i] is a subset of m_options_options[i] (i.e. all the rest of
146 // Check to see if all of m_required_options[i] are a subset of m_seen_options
149 // Construct the set difference: remaining_options = {m_seen_options} - {m_required_options[i]}
183 if (m_required_options.size() != 0)
192 m_required_options.resize(1);
222 m_required_options.resize(num_option_sets);
232 m_required_options[j].insert(opt_defs[i].short_option);
726 // union of m_required_options and m_optional_options.