Searched refs:BaseCommand (Results 1 – 3 of 3) sorted by relevance
37 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 …]
56 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;
930 class BaseCommand : public CommandObjectMultiword { class932 BaseCommand(CommandInterpreter &interpreter) in BaseCommand() function in sddarwinlog_private::BaseCommand1352 auto command_sp = CommandObjectSP(new BaseCommand(interpreter)); in DebuggerInitialize()