Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h496 class FoldStatusCommand : public CommandLine { class
498 FoldStatusCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
499 ~FoldStatusCommand() override {}
H A DCommandLineFactory.cpp48 typeMap["FoldStatus"] = &CommandLineFactory::CreateObject<FoldStatusCommand>; in InitCommandMap()
H A DCommandLine.cpp1483 FoldStatusCommand::FoldStatusCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in FoldStatusCommand() function in FoldStatusCommand
1488 bool FoldStatusCommand::IsSetArgValid() const in IsSetArgValid()
1512 void FoldStatusCommand::RunSet() in RunSet()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp714 FoldStatusCommand command1(type, args1, *socket); in TEST_F()
723 FoldStatusCommand command2(type, args1, *socket); in TEST_F()
738 FoldStatusCommand command1(type, args1, *socket); in TEST_F()
747 FoldStatusCommand command2(type, args1, *socket); in TEST_F()
761 FoldStatusCommand command1(type, args1, *socket); in TEST_F()

Completed in 8 milliseconds