Searched refs:summary_printed (Results 1 – 2 of 2) sorted by relevance
102 bool ShouldPrintEmptyBrackets(bool value_printed, bool summary_printed);109 bool PrintValueAndSummaryIfNeeded(bool &value_printed, bool &summary_printed);112 bool summary_printed);121 void PrintChildrenPreamble(bool value_printed, bool summary_printed);133 PrintChildren(bool value_printed, bool summary_printed,136 llvm::Error PrintChildrenIfNeeded(bool value_printed, bool summary_printed);
88 bool summary_printed = false; in PrintValueObject() local91 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()94 return PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject()414 bool &summary_printed) { in PrintValueAndSummaryIfNeeded() argument464 summary_printed = true; in PrintValueAndSummaryIfNeeded()473 bool summary_printed) { in PrintObjectDescriptionIfNeeded() argument481 (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded()486 if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded()586 bool summary_printed) { in PrintChildrenPreamble() argument594 } else if (value_printed || summary_printed || ShouldShowName()) { in PrintChildrenPreamble()[all …]