Lines Matching defs:CommandLine
119 struct CommandLine struct
121 CommandLine(void) : port(0), summary(false) in CommandLine() function
125 xe::TargetConfiguration targetCfg;
126 RunMode runMode;
127 string serverBinOrAddress;
128 int port;
129 string caseListDir;
130 vector<string> testset;
131 vector<string> exclude;
132 string inFile;
133 string outFile;
134 string infoFile;
135 bool summary;