Searched refs:OptionArgElement (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Interpreter/
H A DArgs.cpp1541 option_element_vector.push_back (OptionArgElement (OptionArgElement::eBareDoubleDash, optind - 1,
1542 OptionArgElement::eBareDoubleDash));
1553 option_element_vector.push_back (OptionArgElement (OptionArgElement::eUnrecognizedArg, optind - 1,
1554 OptionArgElement::eUnrecognizedArg));
1603 option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 1, 0));
1614 option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 2, arg_index));
1618 option_element_vector.push_back (OptionArgElement (opt_defs_index, optind - 1, -1));
1624 option_element_vector.push_back (OptionArgElement (opt_defs_inde
[all...]
H A DOptions.cpp771 if (opt_defs_index == OptionArgElement::eBareDash)
785 else if (opt_defs_index == OptionArgElement::eBareDoubleDash)
796 else if (opt_defs_index != OptionArgElement::eUnrecognizedArg)
/external/lldb/include/lldb/Interpreter/
H A DArgs.h35 struct OptionArgElement struct in namespace:lldb_private
43 OptionArgElement (int defs_index, int pos, int arg_pos) : function in struct:lldb_private::OptionArgElement
55 typedef std::vector<OptionArgElement> OptionElementVector;

Completed in 108 milliseconds