Searched refs:shortOpts (Results 1 – 6 of 6) sorted by relevance
38 std::string shortOpts = ""; in CheckVaildityCmd() local39 auto longOpts = GetOptionArguments(shortOpts); in CheckVaildityCmd()51 option = getopt_long(argc_, argv_, shortOpts.c_str(), longOpts, nullptr); in CheckVaildityCmd()
404 const struct option *RandomTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() argument406 shortOpts = SHORT_OPTIONS; in GetOptionArguments()
218 const struct option *SpecialTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() argument220 shortOpts = SHORT_OPTIONS; in GetOptionArguments()
74 virtual const struct option* GetOptionArguments(std::string &shortOpts) = 0;
46 virtual const struct option* GetOptionArguments(std::string &shortOpts) override;
45 virtual const struct option *GetOptionArguments(std::string &shortOpts) override;