Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandObject.cpp362 …CommandObject::CommandMap::iterator matching_cmds = std::find_if (in_map.begin(), in_map.end(), ma… in AddNamesMatchingPartialString() local
364 while (matching_cmds != in_map.end()) in AddNamesMatchingPartialString()
367 matches.AppendString((*matching_cmds).first.c_str()); in AddNamesMatchingPartialString()
368 matching_cmds = std::find_if (++matching_cmds, in_map.end(), matcher);; in AddNamesMatchingPartialString()