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.cc491 StreamReporter reporter(&output_stream); in Compare()
534 StreamReporter reporter(&output_stream); in CompareWithFields()
1739 MessageDifferencer::StreamReporter::StreamReporter( in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter
1745 MessageDifferencer::StreamReporter::StreamReporter(io::Printer* printer) in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter
1750 MessageDifferencer::StreamReporter::~StreamReporter() { in ~StreamReporter()
1754 void MessageDifferencer::StreamReporter::PrintPath( in PrintPath()
1786 void MessageDifferencer::StreamReporter::PrintPath( in PrintPath()
1792 void MessageDifferencer::StreamReporter::PrintValue( in PrintValue()
1827 void MessageDifferencer::StreamReporter::PrintUnknownFieldValue( in PrintUnknownFieldValue()
1858 void MessageDifferencer::StreamReporter::Print(const std::string& str) { in Print()
[all …]
Dmessage_differencer.h612 class PROTOBUF_EXPORT StreamReporter : public Reporter {
614 explicit StreamReporter(io::ZeroCopyOutputStream* output);
615 explicit StreamReporter(io::Printer* printer); // delimiter '$'
616 ~StreamReporter() override;
679 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(StreamReporter);
Dmessage_differencer_unittest.cc3361 MessageDifferencer::StreamReporter reporter(&output_stream); in RunWithResult()