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

Declarations

tools/lldb/include/lldb/Utility/StringList.h
   55   size_t GetMaxStringLength() const;

References

tools/lldb/source/Commands/CommandObjectApropos.cpp
   66           const size_t max_len = commands_found.GetMaxStringLength();
tools/lldb/source/Core/IOHandler.cpp
  859   size_t GetMaxLineLength() const { return m_text.GetMaxStringLength(); }
tools/lldb/unittests/Utility/StringListTest.cpp
  476   EXPECT_EQ(3U, s.GetMaxStringLength());
  483   EXPECT_EQ(4U, s.GetMaxStringLength());
  490   EXPECT_EQ(4U, s.GetMaxStringLength());
  501   EXPECT_EQ(4U, s.GetMaxStringLength());
  506   EXPECT_EQ(0U, s.GetMaxStringLength());