Searched refs:summary_printed (Results 1 – 2 of 2) sorted by relevance
85 bool summary_printed = false; in PrintValueObject() local88 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()91 PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject()390 bool &summary_printed) { in PrintValueAndSummaryIfNeeded() argument435 summary_printed = true; in PrintValueAndSummaryIfNeeded()443 bool summary_printed) { in PrintObjectDescriptionIfNeeded() argument451 if (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded()463 } else if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded()624 bool summary_printed) { in ShouldPrintEmptyBrackets() argument631 if (value_printed || summary_printed) in ShouldPrintEmptyBrackets()[all …]
82 bool ShouldPrintEmptyBrackets(bool value_printed, bool summary_printed);89 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed);91 bool PrintObjectDescriptionIfNeeded(bool value_printed, bool summary_printed);113 PrintChildren(bool value_printed, bool summary_printed,116 void PrintChildrenIfNeeded(bool value_printed, bool summary_printed);