Home
last modified time | relevance | path

Searched defs:command (Results 1 – 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp77 unique_ptr<CommandLine> CommandLineFactory::CreateCommandLine(string command, in CreateCommandLine()
DCommandLineInterface.cpp139 string command = jsonData["command"].asString(); in ProcessCommandMessage() local
226 std::unique_ptr<CommandLine> command = in ApplyConfigMembers() local
DCommandLine.cpp111 void CommandLine::SetCommandName(std::string command) in SetCommandName()
/ide/tools/previewer/util/
DCommandParser.cpp510 bool CommandParser::IsResolutionArgValid(string command) in IsResolutionArgValid()