Searched refs:LongestCommonPrefix (Results 1 – 4 of 4) sorted by relevance
85 std::string LongestCommonPrefix();
107 std::string StringList::LongestCommonPrefix() { in LongestCommonPrefix() function in StringList
297 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions()
1175 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand()