Searched refs:matching_cmds (Results 1 – 1 of 1) sorted by relevance
355 …CommandObject::CommandMap::iterator matching_cmds = std::find_if (in_map.begin(), in_map.end(), ma… in AddNamesMatchingPartialString() local357 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()