Home
last modified time | relevance | path

Searched refs:ACTION (Results 1 – 3 of 3) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineInterface.cpp186 type = CommandLine::CommandType::ACTION; in GetCommandType()
DCommandLine.h27 enum class CommandType { SET = 0, GET, ACTION, INVALID }; enumerator
DCommandLine.cpp96 if (type == CommandType::ACTION) { in IsArgValid()
137 } else if (type == CommandType::ACTION) { in Run()