Lines Matching defs:arg
425 const std::string& arg
430 LQUOTE + arg + RQUOTE + " given"
450 const std::string& arg
453 "Argument " + LQUOTE + arg + RQUOTE + " failed to parse"
1194 add_to_option(const std::string& option, const std::string& arg);
1204 const std::string& arg = ""
1419 auto arg = o.arg_help.size() > 0 ? toLocalString(o.arg_help) : "arg";
1425 result += " [=" + arg + "(=" + toLocalString(o.implicit_value) + ")]";
1429 result += " " + arg;
1602 const std::string& arg
1606 result.parse(value, arg);
1608 m_sequential.emplace_back(value->long_name(), arg);
1649 ParseResult::add_to_option(const std::string& option, const std::string& arg)
1658 parse_option(iter->second, option, arg);