reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/OptionValueFormat.h
   42     m_current_value = m_default_value;
   51   lldb::Format GetCurrentValue() const { return m_current_value; }
   55   void SetCurrentValue(lldb::Format value) { m_current_value = value; }
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   25     strm.PutCString(FormatManager::GetFormatAsCString(m_current_value));
   44       m_current_value = new_format;