Searched refs:in_map (Results 1 – 2 of 2) sorted by relevance
349 CommandObject::AddNamesMatchingPartialString (CommandObject::CommandMap &in_map, const char *cmd_st… in AddNamesMatchingPartialString() argument355 …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()
316 AddNamesMatchingPartialString (CommandMap &in_map, const char *cmd_str, StringList &matches);