Searched refs:FoldStatusCommand (Results 1 - 4 of 4) sorted by relevance
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.h | 496 class FoldStatusCommand : public CommandLine { class 498 FoldStatusCommand(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket); 499 ~FoldStatusCommand() override {}
|
| H A D | CommandLineFactory.cpp | 48 typeMap["FoldStatus"] = &CommandLineFactory::CreateObject<FoldStatusCommand>; in InitCommandMap()
|
| H A D | CommandLine.cpp | 1483 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 D | CommandLineTest.cpp | 714 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