Lines Matching refs:matches

62     StringList &matches
84 matches);
99 StringList &matches
109 matches);
121 return matches.GetSize();
130 StringList &matches
139 return matches.GetSize();
144 // partial_name_copy starting from end_ptr with each of the matches. Thus we will preserve
177 return matches.GetSize();
180 // The user name didn't resolve, let's look in the password database for matches.
183 FileSpec::ResolvePartialUsername (partial_name_copy, matches);
184 if (matches.GetSize() > 0)
186 return matches.GetSize();
194 matches.AppendString(partial_name_copy);
196 return matches.GetSize();
237 return matches.GetSize();
244 return matches.GetSize();
293 matches.AppendString(partial_name_copy);
297 return matches.GetSize();
309 StringList &matches
316 matches);
330 StringList &matches
336 matches);
350 StringList &matches
358 matches);
370 return matches.GetSize();
382 StringList &matches)
389 matches);
401 return matches.GetSize();
411 StringList &matches)
429 const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_matches_idx);
442 lldb_private::StringList &matches)
444 const uint32_t num_matches = PluginManager::AutoCompletePlatformName(partial_name, matches);
456 lldb_private::StringList &matches)
458 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches);
471 lldb_private::StringList &matches)
473 return Variable::AutoComplete (interpreter.GetExecutionContext(), partial_name, matches, word_complete);
483 StringList &matches
489 m_matches (matches)
509 StringList &matches
511 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches),
623 StringList &matches
625 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)
704 StringList &matches
706 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)