Searched refs:AnalyzeParam (Results 1 – 3 of 3) sorted by relevance
56 int AnalyzeParam(std::vector<std::string> argv);
112 int CommandLine::AnalyzeParam(std::vector<std::string> argv) in AnalyzeParam() function in CommandLine
582 if (argc < 1 || cmdLine.AnalyzeParam(argvVector) < 0 || data.isHelp) { in main()