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