Searched refs:CommandHistory (Results 1 – 8 of 8) sorted by relevance
17 CommandHistory::CommandHistory () : in CommandHistory() function in CommandHistory22 CommandHistory::~CommandHistory () in ~CommandHistory()26 CommandHistory::GetSize () const in GetSize()33 CommandHistory::IsEmpty () const in IsEmpty()40 CommandHistory::FindString (const char* input_str) const in FindString()79 CommandHistory::GetStringAtIndex (size_t idx) const in GetStringAtIndex()88 CommandHistory::operator [] (size_t idx) const in operator []()94 CommandHistory::GetRecentmostString () const in GetRecentmostString()103 CommandHistory::AppendString (const std::string& str, in AppendString()119 CommandHistory::Clear () in Clear()[all …]
5 CommandHistory.cpp
14 CommandHistory.cpp \
1541 else if (command_string[non_space] == CommandHistory::g_repeat_char) in HandleCommand()1962 else if (first_arg[0] == CommandHistory::g_repeat_char) in HandleCompletion()
27 class CommandHistory30 CommandHistory ();32 ~CommandHistory ();67 DISALLOW_COPY_AND_ASSIGN(CommandHistory);
426 const CommandHistory&432 CommandHistory&473 CommandHistory m_command_history;
163 const CommandHistory& history(m_interpreter.GetCommandHistory()); in DoExecute()
551 …70176F97CE005A91B5 /* CommandHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94BA8B6F17…1600 …CommandHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…1601 …CommandHistory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CommandH…2956 94BA8B71176F97D4005A91B5 /* CommandHistory.h */,2957 94BA8B6F176F97CE005A91B5 /* CommandHistory.cpp */,4052 94BA8B70176F97CE005A91B5 /* CommandHistory.cpp in Sources */,