Lines Matching refs:m_stream
49 m_stream = s; in Init()
54 assert(m_stream && "cannot print to a NULL Stream"); in Init()
79 m_stream->Indent(); in PrintValueObject()
93 m_stream->EOL(); in PrintValueObject()
216 m_stream->Printf("%s: ", m_valobj->GetLocationAsCString()); in PrintLocationIfNeeded()
295 m_stream->PutCString(dest_stream.GetString()); in PrintDecl()
302 m_stream->Printf("(%s) ", typeName.GetData()); in PrintDecl()
304 m_stream->Printf("%s =", varName.GetData()); in PrintDecl()
306 m_stream->Printf(" ="); in PrintDecl()
405 m_stream->Printf(" <could not resolve type>"); in PrintValueAndSummaryIfNeeded()
410 m_stream->Printf(" <%s>\n", m_error.c_str()); in PrintValueAndSummaryIfNeeded()
428 m_stream->Printf(" %s", m_value.c_str()); in PrintValueAndSummaryIfNeeded()
434 m_stream->Printf(" %s", m_summary.c_str()); in PrintValueAndSummaryIfNeeded()
449 m_stream->Printf(" "); in PrintObjectDescriptionIfNeeded()
459 m_stream->Printf("%s", object_desc); in PrintObjectDescriptionIfNeeded()
461 m_stream->Printf("%s\n", object_desc); in PrintObjectDescriptionIfNeeded()
552 m_stream->EOL(); in PrintChildrenPreamble()
555 m_stream->PutCString(IsRef() ? ": {\n" : " {\n"); in PrintChildrenPreamble()
556 m_stream->IndentMore(); in PrintChildrenPreamble()
582 child_sp.get(), m_stream, child_options, in PrintChild()
616 m_stream->Indent("...\n"); in PrintChildrenPostamble()
618 m_stream->IndentLess(); in PrintChildrenPostamble()
619 m_stream->Indent("}\n"); in PrintChildrenPostamble()
689 m_stream->PutCString(" {}\n"); in PrintChildren()
691 m_stream->EOL(); in PrintChildren()
693 m_stream->EOL(); in PrintChildren()
702 m_stream->PutCString("\n"); in PrintChildren()
704 m_stream->PutCString(" {}\n"); in PrintChildren()
708 m_stream->EOL(); in PrintChildren()
722 m_stream->PutChar('('); in PrintChildrenOneLiner()
731 m_stream->PutCString(", "); in PrintChildrenOneLiner()
735 m_stream->PutCString(name); in PrintChildrenOneLiner()
736 m_stream->PutCString(" = "); in PrintChildrenOneLiner()
740 *m_stream, ValueObject::eValueObjectRepresentationStyleSummary, in PrintChildrenOneLiner()
747 m_stream->PutCString(", ...)"); in PrintChildrenOneLiner()
749 m_stream->PutChar(')'); in PrintChildrenOneLiner()
774 m_stream->PutCString(" {...}\n"); in PrintChildrenIfNeeded()
784 m_stream->PutChar(' '); in PrintChildrenIfNeeded()
786 m_stream->EOL(); in PrintChildrenIfNeeded()
791 m_stream->PutCString("{...}\n"); in PrintChildrenIfNeeded()
802 m_stream->EOL(); in PrintChildrenIfNeeded()