Home
last modified time | relevance | path

Searched refs:SupportedLanguagesCommand (Results 1 - 4 of 4) sorted by relevance

/ide/tools/previewer/cli/
H A DCommandLine.h300 class SupportedLanguagesCommand : public CommandLine { class
302 SupportedLanguagesCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
303 ~SupportedLanguagesCommand() override {}
H A DCommandLineFactory.cpp70 typeMap["SupportedLanguages"] = &CommandLineFactory::CreateObject<SupportedLanguagesCommand>; in InitCommandMap()
H A DCommandLine.cpp774 SupportedLanguagesCommand::SupportedLanguagesCommand(CommandType commandType, in SupportedLanguagesCommand() function in SupportedLanguagesCommand
781 void SupportedLanguagesCommand::RunGet() in RunGet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp1598 SupportedLanguagesCommand command1(type, args1, *socket); in TEST_F()
1604 SupportedLanguagesCommand command2(type, args1, *socket); in TEST_F()

Completed in 13 milliseconds