Lines Matching refs:matches

61     StringList &matches
83 matches);
98 StringList &matches
108 matches);
120 return matches.GetSize();
129 StringList *matches;
182 parameters->matches->AppendString(partial_name_copy);
194 StringList &matches
203 return matches.GetSize();
208 // partial_name_copy starting from end_ptr with each of the matches. Thus we will preserve
241 return matches.GetSize();
244 // The user name didn't resolve, let's look in the password database for matches.
247 FileSpec::ResolvePartialUsername (partial_name_copy, matches);
248 if (matches.GetSize() > 0)
250 return matches.GetSize();
258 matches.AppendString(partial_name_copy);
260 return matches.GetSize();
301 return matches.GetSize();
313 parameters.matches = &matches;
319 return matches.GetSize();
331 StringList &matches
338 matches);
352 StringList &matches
358 matches);
372 StringList &matches
380 matches);
392 return matches.GetSize();
404 StringList &matches)
411 matches);
423 return matches.GetSize();
433 StringList &matches)
451 const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_matches_idx);
464 lldb_private::StringList &matches)
466 const uint32_t num_matches = PluginManager::AutoCompletePlatformName(partial_name, matches);
478 lldb_private::StringList &matches)
480 const uint32_t num_matches = ArchSpec::AutoComplete (partial_name, matches);
493 lldb_private::StringList &matches)
495 return Variable::AutoComplete (interpreter.GetExecutionContext(), partial_name, matches, word_complete);
505 StringList &matches
511 m_matches (matches)
531 StringList &matches
533 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches),
645 StringList &matches
647 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)
726 StringList &matches
728 CommandCompletions::Completer (interpreter, completion_str, match_start_point, max_return_elements, matches)