Searched refs:m_flat_output (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DValueObject.h231 bool m_flat_output; member in struct:lldb_private::ValueObject::DumpValueObjectOptions
250 m_flat_output(false),
278 m_flat_output(rhs.m_flat_output),
358 m_flat_output = flat;
/external/lldb/source/Core/
H A DValueObject.cpp3374 const bool print_valobj = options.m_flat_output == false || has_value;
3391 show_type = options.m_show_types || (curr_depth == 0 && !options.m_flat_output);
3402 if (options.m_flat_output)
3540 if (options.m_flat_output)
3577 if (!options.m_flat_output)

Completed in 57 milliseconds