Lines Matching defs:summary_printed
88 bool summary_printed = false;
91 PrintValueAndSummaryIfNeeded(value_printed, summary_printed);
94 return PrintChildrenIfNeeded(value_printed, summary_printed);
414 bool &summary_printed) {
464 summary_printed = true;
473 bool summary_printed) {
481 (value_printed || summary_printed)
486 if (!value_printed && !summary_printed)
586 bool summary_printed) {
594 } else if (value_printed || summary_printed || ShouldShowName()) {
681 bool summary_printed) {
688 if (value_printed || summary_printed)
722 bool value_printed, bool summary_printed,
742 PrintChildrenPreamble(value_printed, summary_printed);
752 if (ShouldPrintEmptyBrackets(value_printed, summary_printed)) {
760 } else if (ShouldPrintEmptyBrackets(value_printed, summary_printed)) {
827 bool summary_printed) {
828 auto error = PrintObjectDescriptionIfNeeded(value_printed, summary_printed);
860 PrintChildren(value_printed, summary_printed, curr_ptr_depth);