Searched defs:exact_matches_idx (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandCompletions.cpp428 size_t exact_matches_idx = SIZE_MAX; local
429 const size_t num_matches = g_property_names.AutoComplete (partial_setting_name, matches, exact_matches_idx);
430 word_complete = exact_matches_idx != SIZE_MAX;

Completed in 272 milliseconds