Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
H A DCommandLine.h417 class InspectorJSONTree : public CommandLine { class
419 InspectorJSONTree(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket);
420 ~InspectorJSONTree() override {}
H A DCommandLineFactory.cpp34 typeMap["inspector"] = &CommandLineFactory::CreateObject<InspectorJSONTree>; in InitCommandMap()
H A DCommandLine.cpp1166 InspectorJSONTree::InspectorJSONTree(CommandType commandType, const Json2::Value& arg, const LocalSocket& socket) in InspectorJSONTree() function in InspectorJSONTree
1171 void InspectorJSONTree::RunAction() in RunAction()
/ide/tools/previewer/test/unittest/cli/
H A DCommandLineTest.cpp85 InspectorJSONTree command(type, args, *socket); in TEST_F()

Completed in 8 milliseconds