Searched defs:GetFormatValue (Results 1 – 2 of 2) sorted by relevance
52 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function54 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
324 std::optional<lldb::Format> OptionValue::GetFormatValue() const { GetFormatValue() function in OptionValue