Searched defs:m_truncation_warning (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h404 if (m_truncation_warning == eNoTruncation)
405 m_truncation_warning = eUnwarnedTruncation;
411 return (m_truncation_warning == eUnwarnedTruncation);
417 m_truncation_warning = eWarnedTruncation;
478 ChildrenTruncatedWarningStatus m_truncation_warning; // Whether we truncated children and whether the user has been told member in class:lldb_private::CommandInterpreter

Completed in 125 milliseconds