Lines Matching refs:value_printed

96   bool value_printed = false;  in PrintValueObject()  local
100 PrintValueAndSummaryIfNeeded(value_printed, summary_printed); in PrintValueObject()
103 PrintChildrenIfNeeded(value_printed, summary_printed); in PrintValueObject()
406 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded() argument
448 value_printed = true; in PrintValueAndSummaryIfNeeded()
453 if (ShouldShowName() || value_printed) in PrintValueAndSummaryIfNeeded()
463 bool ValueObjectPrinter::PrintObjectDescriptionIfNeeded(bool value_printed, in PrintObjectDescriptionIfNeeded() argument
472 if (value_printed || summary_printed) in PrintObjectDescriptionIfNeeded()
484 } else if (!value_printed && !summary_printed) in PrintObjectDescriptionIfNeeded()
572 void ValueObjectPrinter::PrintChildrenPreamble(bool value_printed, in PrintChildrenPreamble() argument
581 } else if (value_printed || summary_printed || ShouldShowName()) { in PrintChildrenPreamble()
656 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets() argument
664 if (value_printed || summary_printed) in ShouldPrintEmptyBrackets()
698 bool value_printed, bool summary_printed, in PrintChildren() argument
713 PrintChildrenPreamble(value_printed, summary_printed); in PrintChildren()
723 if (ShouldPrintEmptyBrackets(value_printed, summary_printed)) { in PrintChildren()
731 } else if (ShouldPrintEmptyBrackets(value_printed, summary_printed)) { in PrintChildren()
795 void ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded() argument
797 PrintObjectDescriptionIfNeeded(value_printed, summary_printed); in PrintChildrenIfNeeded()
825 PrintChildren(value_printed, summary_printed, curr_ptr_depth); in PrintChildrenIfNeeded()