Home
last modified time | relevance | path

Searched refs:LongestCommonPrefix (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStringListTest.cpp218 std::string prefix = s.LongestCommonPrefix(); in TEST()
222 TEST(StringListTest, LongestCommonPrefix) { in TEST() argument
229 std::string prefix = s.LongestCommonPrefix(); in TEST()
237 std::string prefix = s.LongestCommonPrefix(); in TEST()
246 std::string prefix = s.LongestCommonPrefix(); in TEST()
257 std::string prefix = s.LongestCommonPrefix(); in TEST()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStringList.h85 std::string LongestCommonPrefix();
/llvm-project-15.0.7/lldb/source/Utility/
H A DStringList.cpp107 std::string StringList::LongestCommonPrefix() { in LongestCommonPrefix() function in StringList
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp265 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp1040 std::string longest_prefix = completions.LongestCommonPrefix(); in TabCommand()