Searched defs:GetFormatValue (Results 1 – 2 of 2) sorted by relevance
47 OptionValueFormat &GetFormatValue() { return m_format; } in GetFormatValue() function49 const OptionValueFormat &GetFormatValue() const { return m_format; } in GetFormatValue() function
345 lldb::Format OptionValue::GetFormatValue(lldb::Format fail_value) const { in GetFormatValue() function in OptionValue