Home
last modified time | relevance | path

Searched refs:BaseCommand (Results 1 – 3 of 3) sorted by relevance

/src/contrib/kyua/utils/cmdline/
H A Dcommands_map.ipp37 template< typename BaseCommand >
38 cmdline::commands_map< BaseCommand >::commands_map(void)
46 template< typename BaseCommand >
47 cmdline::commands_map< BaseCommand >::~commands_map(void)
62 template< typename BaseCommand >
64 cmdline::commands_map< BaseCommand >::insert(command_ptr command,
68 BaseCommand* ptr = command.release();
85 template< typename BaseCommand >
87 cmdline::commands_map< BaseCommand >::insert(BaseCommand* command,
97 template< typename BaseCommand >
[all …]
H A Dcommands_map.hpp56 template< typename BaseCommand >
59 typedef std::map< std::string, BaseCommand* > impl_map;
75 typedef typename std::unique_ptr< BaseCommand > command_ptr;
77 void insert(BaseCommand*, const std::string& = "");
87 BaseCommand* find(const std::string&);
88 const BaseCommand* find(const std::string&) const;
/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp930 class BaseCommand : public CommandObjectMultiword { class
932 BaseCommand(CommandInterpreter &interpreter) in BaseCommand() function in sddarwinlog_private::BaseCommand
1352 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize()