Home
last modified time | relevance | path

Searched refs:m_max_depth_is_default (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h128 bool m_max_depth_is_default = true; variable
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp43 m_max_depth_is_default = is_default; in SetMaximumDepth()
H A DValueObjectPrinter.cpp796 if (m_options.m_max_depth_is_default) in PrintChildrenIfNeeded()