OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exact_matches_idx
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Core/
StringList.h
92
// values in this collection, will have "
exact_matches_idx
"
93
// filled in to match the index, or "
exact_matches_idx
" will
98
size_t &
exact_matches_idx
) const;
/external/lldb/source/Commands/
CommandCompletions.cpp
428
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 47 milliseconds