Searched refs:m_omit_summary_depth (Results 1 – 3 of 3) sorted by relevance
322 if (m_options.m_omit_summary_depth > 0) in GetSummaryFormatter()327 if (m_options.m_omit_summary_depth > 0 && null_if_omitted) in GetSummaryFormatter()375 } else if (m_options.m_omit_summary_depth == 0) { in GetValueSummaryError()574 .SetOmitSummaryDepth(child_options.m_omit_summary_depth > 1 in PrintChild()575 ? child_options.m_omit_summary_depth - in PrintChild()
99 m_omit_summary_depth = depth; in SetOmitSummaryDepth()
132 uint32_t m_omit_summary_depth = 0; variable