Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h57 void SetNeedsZeroTermination(bool z) { m_needs_zero_termination = z; } in SetNeedsZeroTermination()
59 bool GetNeedsZeroTermination() const { return m_needs_zero_termination; } in GetNeedsZeroTermination()
88 bool m_needs_zero_termination = true; variable