Home
last modified time | relevance | path

Searched refs:GET (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp245 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
457 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
467 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
805 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
823 CommandLine::CommandType type2 = CommandLine::CommandType::GET; in TEST_F()
868 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
930 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
969 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
1008 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
1061 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F()
[all...]
H A DCommandLineInterfaceTest.cpp220 EXPECT_EQ(instance.GetCommandType("get"), CommandLine::CommandType::GET); in TEST()
/ide/tools/previewer/cli/
H A DCommandLineInterface.cpp177 type = CommandLine::CommandType::GET; in GetCommandType()
H A DCommandLine.h26 enum class CommandType { SET = 0, GET, ACTION, INVALID }; member in CommandLine::CommandType
H A DCommandLine.cpp87 if (type == CommandType::GET) { in IsArgValid()
130 if (type == CommandType::GET) { in Run()

Completed in 8 milliseconds