Lines Matching refs:m_stream
49 m_stream = s; in Init()
54 assert(m_stream && "cannot print to a NULL Stream"); in Init()
82 m_stream->Printf("Error: '%s'", m_orig_valobj->GetError().AsCString()); in PrintValueObject()
91 m_stream->Indent(); in PrintValueObject()
105 m_stream->EOL(); in PrintValueObject()
228 m_stream->Printf("%s: ", m_valobj->GetLocationAsCString()); in PrintLocationIfNeeded()
312 m_stream->PutCString(dest_stream.GetString()); in PrintDecl()
319 m_stream->Printf("(%s) ", typeName.GetData()); in PrintDecl()
321 m_stream->Printf("%s =", varName.GetData()); in PrintDecl()
323 m_stream->Printf(" ="); in PrintDecl()
422 m_stream->Printf(" <could not resolve type>"); in PrintValueAndSummaryIfNeeded()
427 m_stream->Printf(" <%s>\n", m_error.c_str()); in PrintValueAndSummaryIfNeeded()
446 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded()
447 m_stream->PutCString(m_value); in PrintValueAndSummaryIfNeeded()
454 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded()
455 m_stream->PutCString(m_summary); in PrintValueAndSummaryIfNeeded()
470 m_stream->Printf(" "); in PrintObjectDescriptionIfNeeded()
480 m_stream->Printf("%s", object_desc); in PrintObjectDescriptionIfNeeded()
482 m_stream->Printf("%s\n", object_desc); in PrintObjectDescriptionIfNeeded()
576 m_stream->EOL(); in PrintChildrenPreamble()
580 m_stream->PutCString(": "); in PrintChildrenPreamble()
582 m_stream->PutChar(' '); in PrintChildrenPreamble()
584 m_stream->PutCString("{\n"); in PrintChildrenPreamble()
586 m_stream->IndentMore(); in PrintChildrenPreamble()
615 ValueObjectPrinter child_printer(child_sp.get(), m_stream, child_options, in PrintChild()
649 m_stream->Indent("...\n"); in PrintChildrenPostamble()
651 m_stream->IndentLess(); in PrintChildrenPostamble()
652 m_stream->Indent("}\n"); in PrintChildrenPostamble()
725 m_stream->PutCString(" {}\n"); in PrintChildren()
727 m_stream->EOL(); in PrintChildren()
729 m_stream->EOL(); in PrintChildren()
738 m_stream->PutCString("\n"); in PrintChildren()
740 m_stream->PutCString(" {}\n"); in PrintChildren()
744 m_stream->EOL(); in PrintChildren()
758 m_stream->PutChar('('); in PrintChildrenOneLiner()
771 m_stream->PutCString(", "); in PrintChildrenOneLiner()
776 m_stream->PutCString(name); in PrintChildrenOneLiner()
777 m_stream->PutCString(" = "); in PrintChildrenOneLiner()
781 *m_stream, ValueObject::eValueObjectRepresentationStyleSummary, in PrintChildrenOneLiner()
788 m_stream->PutCString(", ...)"); in PrintChildrenOneLiner()
790 m_stream->PutChar(')'); in PrintChildrenOneLiner()
811 m_stream->PutCString(" {...}\n"); in PrintChildrenIfNeeded()
821 m_stream->PutChar(' '); in PrintChildrenIfNeeded()
823 m_stream->EOL(); in PrintChildrenIfNeeded()
828 m_stream->PutCString("{...}\n"); in PrintChildrenIfNeeded()
839 m_stream->EOL(); in PrintChildrenIfNeeded()