HomeSort by relevance Sort by last modified time
    Searched refs:opt_defs_index (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Interpreter/
Options.cpp 766 int opt_defs_index = opt_element_vector[i].opt_defs_index; local
771 if (opt_defs_index == OptionArgElement::eBareDash)
785 else if (opt_defs_index == OptionArgElement::eBareDoubleDash)
796 else if (opt_defs_index != OptionArgElement::eUnrecognizedArg)
803 && strcmp (opt_defs[opt_defs_index].long_option, cur_opt_str) != 0)
806 full_name.append (opt_defs[opt_defs_index].long_option);
859 if (opt_defs_index != -1)
906 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; local
    [all...]
Args.cpp     [all...]
  /external/lldb/include/lldb/Interpreter/
Args.h 44 opt_defs_index(defs_index),
50 int opt_defs_index; member in struct:lldb_private::OptionArgElement
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 473 int opt_defs_index = opt_element_vector[opt_element_index].opt_defs_index; local
478 if (opt_defs[opt_defs_index].short_option == 'n')
    [all...]

Completed in 264 milliseconds