Searched refs:StreamReporter (Results 1 – 3 of 3) sorted by relevance
579 class LIBPROTOBUF_EXPORT StreamReporter : public Reporter {581 explicit StreamReporter(io::ZeroCopyOutputStream* output);582 explicit StreamReporter(io::Printer* printer); // delimiter '$'583 virtual ~StreamReporter();645 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StreamReporter);
400 StreamReporter reporter(&output_stream); in Compare()438 StreamReporter reporter(&output_stream); in CompareWithFields()1471 MessageDifferencer::StreamReporter::StreamReporter( in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter1476 MessageDifferencer::StreamReporter::StreamReporter( in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter1481 MessageDifferencer::StreamReporter::~StreamReporter() { in ~StreamReporter()1485 void MessageDifferencer::StreamReporter::PrintPath( in PrintPath()1514 StreamReporter::PrintValue(const Message& message, in PrintValue()1551 StreamReporter::PrintUnknownFieldValue(const UnknownField* unknown_field) { in PrintUnknownFieldValue()1581 void MessageDifferencer::StreamReporter::Print(const string& str) { in Print()1585 void MessageDifferencer::StreamReporter::ReportAdded( in ReportAdded()[all …]
2824 MessageDifferencer::StreamReporter reporter(&output_stream); in RunWithResult()