Lines Matching refs:ValueObjectPrinter
22 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s) { in ValueObjectPrinter() function in ValueObjectPrinter
32 ValueObjectPrinter::ValueObjectPrinter(ValueObject *valobj, Stream *s, in ValueObjectPrinter() function in ValueObjectPrinter
37 ValueObjectPrinter::ValueObjectPrinter( in ValueObjectPrinter() function in ValueObjectPrinter
44 void ValueObjectPrinter::Init( in Init()
74 bool ValueObjectPrinter::PrintValueObject() { in PrintValueObject()
103 bool ValueObjectPrinter::GetMostSpecializedValue() { in GetMostSpecializedValue()
150 const char *ValueObjectPrinter::GetDescriptionForDisplay() { in GetDescriptionForDisplay()
159 const char *ValueObjectPrinter::GetRootNameForDisplay(const char *if_fail) { in GetRootNameForDisplay()
166 bool ValueObjectPrinter::ShouldPrintValueObject() { in ShouldPrintValueObject()
175 bool ValueObjectPrinter::IsNil() { in IsNil()
181 bool ValueObjectPrinter::IsUninitialized() { in IsUninitialized()
188 bool ValueObjectPrinter::IsPtr() { in IsPtr()
194 bool ValueObjectPrinter::IsRef() { in IsRef()
200 bool ValueObjectPrinter::IsAggregate() { in IsAggregate()
207 bool ValueObjectPrinter::IsInstancePointer() { in IsInstancePointer()
219 bool ValueObjectPrinter::PrintLocationIfNeeded() { in PrintLocationIfNeeded()
227 void ValueObjectPrinter::PrintDecl() { in PrintDecl()
322 bool ValueObjectPrinter::CheckScopeIfNeeded() { in CheckScopeIfNeeded()
328 TypeSummaryImpl *ValueObjectPrinter::GetSummaryFormatter(bool null_if_omitted) { in GetSummaryFormatter()
351 void ValueObjectPrinter::GetValueSummaryError(std::string &value, in GetValueSummaryError()
390 bool ValueObjectPrinter::PrintValueAndSummaryIfNeeded(bool &value_printed, in PrintValueAndSummaryIfNeeded()
440 bool ValueObjectPrinter::PrintObjectDescriptionIfNeeded(bool value_printed, in PrintObjectDescriptionIfNeeded()
481 bool ValueObjectPrinter::ShouldPrintChildren( in ShouldPrintChildren()
534 bool ValueObjectPrinter::ShouldExpandEmptyAggregates() { in ShouldExpandEmptyAggregates()
543 ValueObject *ValueObjectPrinter::GetValueObjectForChildrenGeneration() { in GetValueObjectForChildrenGeneration()
547 void ValueObjectPrinter::PrintChildrenPreamble() { in PrintChildrenPreamble()
558 void ValueObjectPrinter::PrintChild( in PrintChild()
579 ValueObjectPrinter child_printer( in PrintChild()
587 uint32_t ValueObjectPrinter::GetMaxNumChildrenToPrint(bool &print_dotdotdot) { in GetMaxNumChildrenToPrint()
607 void ValueObjectPrinter::PrintChildrenPostamble(bool print_dotdotdot) { in PrintChildrenPostamble()
621 bool ValueObjectPrinter::ShouldPrintEmptyBrackets(bool value_printed, in ShouldPrintEmptyBrackets()
647 ValueObjectSP ValueObjectPrinter::GenerateChild(ValueObject *synth_valobj, in GenerateChild()
662 void ValueObjectPrinter::PrintChildren( in PrintChildren()
710 bool ValueObjectPrinter::PrintChildrenOneLiner(bool hide_names) { in PrintChildrenOneLiner()
752 void ValueObjectPrinter::PrintChildrenIfNeeded(bool value_printed, in PrintChildrenIfNeeded()
798 bool ValueObjectPrinter::ShouldPrintValidation() { in ShouldPrintValidation()
802 bool ValueObjectPrinter::PrintValidationMarkerIfNeeded() { in PrintValidationMarkerIfNeeded()
816 bool ValueObjectPrinter::PrintValidationErrorIfNeeded() { in PrintValidationErrorIfNeeded()