Home
last modified time | relevance | path

Searched refs:staticIgnoreCmd (Results 1 - 2 of 2) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLineInterface.h54 std::vector<std::string> staticIgnoreCmd = { "ResolutionSwitch", "exit", "Language", "SupportedLanguages" }; member in CommandLineInterface
H A DCommandLineInterface.cpp271 auto it = std::find(staticIgnoreCmd.begin(), staticIgnoreCmd.end(), cmd); in IsStaticIgnoreCmd()
272 if (it != staticIgnoreCmd.end()) { in IsStaticIgnoreCmd()

Completed in 1 milliseconds