Searched refs:GetFormatValue (Results 1 – 5 of 5) sorted by relevance
52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
283 return GetFormatValue(); in GetValueAs() 376 std::optional<lldb::Format> GetFormatValue() const;
212 !m_format_options.GetFormatValue().OptionWasSet(); in DoExecute()
639 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()651 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
353 std::optional<lldb::Format> OptionValue::GetFormatValue() const { in GetFormatEntity() 324 std::optional<lldb::Format> OptionValue::GetFormatValue() const { GetFormatValue() function in OptionValue