Home
last modified time | relevance | path

Searched refs:GetMaxStringLength (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectApropos.cpp64 const size_t max_len = commands_found.GetMaxStringLength(); in DoExecute()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DStringList.h58 size_t GetMaxStringLength() const;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DStringList.cpp76 size_t StringList::GetMaxStringLength() const { in GetMaxStringLength() function in StringList
/openbsd/src/gnu/llvm/lldb/source/Core/
DIOHandlerCursesGUI.cpp342 size_t GetMaxLineLength() const { return m_text.GetMaxStringLength(); } in GetMaxLineLength()