Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp355 …CommandObject::CommandMap::iterator matching_cmds = std::find_if (in_map.begin(), in_map.end(), ma… in AddNamesMatchingPartialString() local
357 while (matching_cmds != in_map.end()) in AddNamesMatchingPartialString()
360 matches.AppendString((*matching_cmds).first.c_str()); in AddNamesMatchingPartialString()
361 matching_cmds = std::find_if (++matching_cmds, in_map.end(), matcher);; in AddNamesMatchingPartialString()