reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   82   std::string LongestCommonPrefix();

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  389     std::string common_prefix = lldb_matches.LongestCommonPrefix();
tools/lldb/source/Host/common/Editline.cpp
  973   std::string longest_prefix = completions.LongestCommonPrefix();
tools/lldb/unittests/Utility/StringListTest.cpp
  218   std::string prefix = s.LongestCommonPrefix();
  229   std::string prefix = s.LongestCommonPrefix();
  237   std::string prefix = s.LongestCommonPrefix();
  246   std::string prefix = s.LongestCommonPrefix();
  257   std::string prefix = s.LongestCommonPrefix();