Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/kyua/utils/cmdline/
H A Dcommands_map.ipp37 template< typename BaseCommand >
46 template< typename BaseCommand >
62 template< typename BaseCommand >
85 template< typename BaseCommand >
87 cmdline::commands_map< BaseCommand >::insert(BaseCommand* command,
97 template< typename BaseCommand >
108 template< typename BaseCommand >
119 template< typename BaseCommand >
132 template< typename BaseCommand >
133 BaseCommand*
[all …]
H A Dcommands_map.hpp56 template< typename BaseCommand >
59 typedef std::map< std::string, BaseCommand* > impl_map;
75 typedef typename std::auto_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;
/freebsd-14.2/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()