Searched refs:arg_entry (Results 1 – 3 of 3) sorted by relevance
470 CommandArgumentEntry arg_entry = in GetFormattedCommandArguments() local475 if (arg_entry.empty()) in GetFormattedCommandArguments()477 int num_alternatives = arg_entry.size(); in GetFormattedCommandArguments()479 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) { in GetFormattedCommandArguments()480 const char *first_name = GetArgumentName(arg_entry[0].arg_type); in GetFormattedCommandArguments()481 const char *second_name = GetArgumentName(arg_entry[1].arg_type); in GetFormattedCommandArguments()482 switch (arg_entry[0].arg_repetition) { in GetFormattedCommandArguments()521 names.Printf("%s", GetArgumentName(arg_entry[j].arg_type)); in GetFormattedCommandArguments()525 switch (arg_entry[0].arg_repetition) { in GetFormattedCommandArguments()
709 const CommandObject::ArgumentTableEntry *arg_entry = in HandleOptionArgumentCompletion() local712 if (arg_entry) in HandleOptionArgumentCompletion()713 completion_mask = arg_entry->completion_type; in HandleOptionArgumentCompletion()
694 for (auto &arg_entry : command.entries()) { in DoExecute() local695 if (arg_entry.ref().empty()) { in DoExecute()1414 for (auto &arg_entry : command.entries()) { in Execute_StringSummary() local1415 if (arg_entry.ref().empty()) { in Execute_StringSummary()1419 ConstString typeCS(arg_entry.ref()); in Execute_StringSummary()2283 for (auto &arg_entry : command.entries()) { in Execute_PythonClass() local2284 if (arg_entry.ref().empty()) { in Execute_PythonClass()2289 ConstString typeCS(arg_entry.ref()); in Execute_PythonClass()2599 for (auto &arg_entry : command.entries()) { in DoExecute() local2600 if (arg_entry.ref().empty()) { in DoExecute()[all …]