Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h50 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue()
52 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue()
58 FormatEntity::Entry m_default_entry; variable
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp21 Status error = FormatEntity::Parse(default_format_str, m_default_entry); in OptionValueFormatEntity()
25 m_current_entry = m_default_entry; in OptionValueFormatEntity()
31 m_current_entry = m_default_entry; in Clear()