Searched refs:SET (Results 1 – 5 of 5) sorted by relevance
14 SET(CMAKE_SYSTEM_NAME Windows)
182 type = CommandLine::CommandType::SET; in GetCommandType()227 …CommandLineFactory::CreateCommandLine(key, CommandLine::CommandType::SET, commands[key]["args"], *… in ApplyConfigMembers()
27 enum class CommandType { SET = 0, GET, ACTION, INVALID }; enumerator
93 if (type == CommandType::SET) { in IsArgValid()135 } else if (type == CommandType::SET) { in Run()