Lines Matching refs:getOption
178 cmdLine.serverBinOrAddress = opts.getOption<opt::StartServer>(); in parseCommandLine()
183 cmdLine.serverBinOrAddress = opts.getOption<opt::Host>(); in parseCommandLine()
188 cmdLine.inFile = opts.getOption<opt::ContinueFile>(); in parseCommandLine()
197 cmdLine.port = opts.getOption<opt::Port>(); in parseCommandLine()
198 cmdLine.caseListDir = opts.getOption<opt::CaseListDir>(); in parseCommandLine()
199 cmdLine.testset = opts.getOption<opt::TestSet>(); in parseCommandLine()
200 cmdLine.exclude = opts.getOption<opt::ExcludeSet>(); in parseCommandLine()
201 cmdLine.outFile = opts.getOption<opt::TestLogFile>(); in parseCommandLine()
202 cmdLine.infoFile = opts.getOption<opt::InfoLogFile>(); in parseCommandLine()
203 cmdLine.summary = opts.getOption<opt::Summary>(); in parseCommandLine()
204 cmdLine.targetCfg.binaryName = opts.getOption<opt::BinaryName>(); in parseCommandLine()
205 cmdLine.targetCfg.workingDir = opts.getOption<opt::WorkingDir>(); in parseCommandLine()
206 cmdLine.targetCfg.cmdLineArgs = opts.getOption<opt::CmdLineArgs>(); in parseCommandLine()