Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandObject.cpp349 CommandObject::AddNamesMatchingPartialString (CommandObject::CommandMap &in_map, const char *cmd_st… in AddNamesMatchingPartialString() argument
355 …CommandObject::CommandMap::iterator matching_cmds = std::find_if (in_map.begin(), in_map.end(), ma… in AddNamesMatchingPartialString()
357 while (matching_cmds != in_map.end()) in AddNamesMatchingPartialString()
361 matching_cmds = std::find_if (++matching_cmds, in_map.end(), matcher);; in AddNamesMatchingPartialString()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandObject.h316 AddNamesMatchingPartialString (CommandMap &in_map, const char *cmd_str, StringList &matches);