Home
last modified time | relevance | path

Searched refs:StreamReporter (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc400 StreamReporter reporter(&output_stream); in Compare()
438 StreamReporter reporter(&output_stream); in CompareWithFields()
1468 MessageDifferencer::StreamReporter::StreamReporter( in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter
1473 MessageDifferencer::StreamReporter::StreamReporter( in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter
1478 MessageDifferencer::StreamReporter::~StreamReporter() { in ~StreamReporter()
1482 void MessageDifferencer::StreamReporter::PrintPath( in PrintPath()
1511 StreamReporter::PrintValue(const Message& message, in PrintValue()
1548 StreamReporter::PrintUnknownFieldValue(const UnknownField* unknown_field) { in PrintUnknownFieldValue()
1578 void MessageDifferencer::StreamReporter::Print(const string& str) { in Print()
1582 void MessageDifferencer::StreamReporter::ReportAdded( in ReportAdded()
[all …]
Dmessage_differencer.h573 class LIBPROTOBUF_EXPORT StreamReporter : public Reporter {
575 explicit StreamReporter(io::ZeroCopyOutputStream* output);
576 explicit StreamReporter(io::Printer* printer); // delimiter '$'
577 virtual ~StreamReporter();
639 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StreamReporter);
Dmessage_differencer_unittest.cc2824 MessageDifferencer::StreamReporter reporter(&output_stream); in RunWithResult()