Searched refs:argumentSpecs (Results 1 – 6 of 6) sorted by relevance
28 std::vector<ArgumentSpec> argumentSpecs; in TEST() local30 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs()); in TEST()35 const std::vector<ArgumentSpec> argumentSpecs = { in TEST() local41 ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)).validateSpecs()); in TEST()44 const std::vector<ArgumentSpec> argumentSpecs = { in TEST() local49 std::move(argumentSpecs)).validateSpecs()); in TEST()52 const std::vector<ArgumentSpec> argumentSpecs = { in TEST() local58 std::move(argumentSpecs)).validateSpecs()); in TEST()61 const std::vector<ArgumentSpec> argumentSpecs = { in TEST() local67 std::move(argumentSpecs)).validateSpecs()); in TEST()[all …]
41 const std::vector<ArgumentSpec> argumentSpecs = { in getArgumentsParser() local45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
40 const std::vector<ArgumentSpec> argumentSpecs = { in getArgumentsParser() local45 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
44 const std::vector<ArgumentSpec> argumentSpecs = { in getArgumentsParser() local50 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
52 const std::vector<ArgumentSpec> argumentSpecs = { in getArgumentsParser() local57 return ArgumentsParser(std::move(optionSpecs), std::move(argumentSpecs)); in getArgumentsParser()
101 const std::vector<ArgumentSpec> &&argumentSpecs) in ArgumentsParser() argument102 : mOptionSpecs(std::move(optionSpecs)), mArgumentSpecs(std::move(argumentSpecs)) {} in ArgumentsParser()