Home
last modified time | relevance | path

Searched refs:SET (Results 1 – 5 of 5) sorted by relevance

/ide/tools/previewer/cmake/
Dmingw_clang_noerror.cmake14 SET(CMAKE_SYSTEM_NAME Windows)
Dmingw_clang.cmake14 SET(CMAKE_SYSTEM_NAME Windows)
/ide/tools/previewer/cli/
DCommandLineInterface.cpp182 type = CommandLine::CommandType::SET; in GetCommandType()
227 …CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, commands[key]["args"], *… in ApplyConfigMembers()
DCommandLine.h27 enum class CommandType { SET = 0, GET, ACTION, INVALID }; enumerator
DCommandLine.cpp93 if (type == CommandType::SET) { in IsArgValid()
135 } else if (type == CommandType::SET) { in Run()