Searched defs:CommandPluginInterfaceImplementation (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/API/
H A DSBCommandInterpreter.cpp32 class CommandPluginInterfaceImplementation : public CommandObjectParsed class in inherits:CommandObjectParsed
35 CommandPluginInterfaceImplementation (CommandInterpreter &interpreter, function in class:CommandPluginInterfaceImplementation
427 new_command_sp.reset(new CommandPluginInterfaceImplementation(*m_opaque_ptr,name,impl,help));
485 new_command_sp.reset(new CommandPluginInterfaceImplementation(m_opaque_sp->GetCommandInterpreter(),name,impl,help));

Completed in 73 milliseconds