Searched refs:commandLineParser (Results 1 – 2 of 2) sorted by relevance
88 CommandLineParserType commandLineParser);91 CommandLineParserType commandLineParser);366 auto commandLineParser = [&, this](int argc, const char **argv) -> int { in run() local436 return show(argc, argv, commandLineParser); in run()438 return report(argc, argv, commandLineParser); in run()444 CommandLineParserType commandLineParser) { in show() argument478 auto Err = commandLineParser(argc, argv); in show()583 CommandLineParserType commandLineParser) { in report() argument584 auto Err = commandLineParser(argc, argv); in report()
43 CommandFileParser commandLineParser; in CreateMockService() local44 commandLineParser.ParseFile(commandFile, mockService); in CreateMockService()