Home
last modified time | relevance | path

Searched refs:m_curr_depth (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp52 m_curr_depth = curr_depth; in Init()
226 if (m_curr_depth == 0 && m_options.m_hide_root_type) in PrintDecl()
232 (m_curr_depth == 0 && !m_options.m_flat_output); in PrintDecl()
503 if (is_failed_description || m_curr_depth < m_options.m_max_depth) { in ShouldPrintChildren()
518 const bool is_root_level = m_curr_depth == 0; in ShouldPrintChildren()
584 m_curr_depth + consumed_depth, m_printed_instance_pointers); in PrintChild()
789 } else if (m_curr_depth >= m_options.m_max_depth && IsAggregate() && in PrintChildrenIfNeeded()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h128 uint32_t m_curr_depth; variable