Searched refs:is_failed_description (Results 1 – 2 of 2) sorted by relevance
391 ValueObjectPrinter::ShouldPrintChildren (bool is_failed_description, in ShouldPrintChildren() argument397 if (is_failed_description || m_curr_depth < options.m_max_depth) in ShouldPrintChildren()599 bool is_failed_description = !PrintObjectDescriptionIfNeeded(value_printed, summary_printed); in PrintChildrenIfNeeded() local602 bool print_children = ShouldPrintChildren (is_failed_description,curr_ptr_depth); in PrintChildrenIfNeeded()
340 ShouldPrintChildren (bool is_failed_description,