Home
last modified time | relevance | path

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

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