Home
last modified time | relevance | path

Searched refs:m_alias_dict (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
DCommandInterpreter.cpp633 CommandObject::AddNamesMatchingPartialString (m_alias_dict, cmd_str, matches); in GetCommandNamesMatchingPartialString()
656 pos = m_alias_dict.find(cmd); in GetCommandSP()
657 if (pos != m_alias_dict.end()) in GetCommandSP()
700 …num_alias_matches = CommandObject::AddNamesMatchingPartialString (m_alias_dict, cmd_cstr, *matches… in GetCommandSP()
707 pos = m_alias_dict.find(cmd); in GetCommandSP()
708 if (pos != m_alias_dict.end()) in GetCommandSP()
940 bool exact_match = (m_alias_dict.find(cmd) != m_alias_dict.end()); in GetAliasFullName()
950 … num_alias_matches = CommandObject::AddNamesMatchingPartialString (m_alias_dict, cmd, matches); in GetAliasFullName()
974 return m_alias_dict.find(cmd) != m_alias_dict.end(); in AliasExists()
987 m_alias_dict[alias_name] = command_obj_sp; in AddAlias()
[all …]
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h470 CommandObject::CommandMap m_alias_dict; // Stores user aliases/abbreviations for commands variable