Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h69 void SetIgnoreMaxLength(bool e) { m_ignore_max_length = e; } in SetIgnoreMaxLength()
71 bool GetIgnoreMaxLength() const { return m_ignore_max_length; } in GetIgnoreMaxLength()
94 bool m_ignore_max_length = false; variable