Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.h579 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);
Dmessage_differencer.cc400 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::StreamReporter
1476 MessageDifferencer::StreamReporter::StreamReporter( in StreamReporter() function in google::protobuf::util::MessageDifferencer::StreamReporter
1481 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 …]
Dmessage_differencer_unittest.cc2824 MessageDifferencer::StreamReporter reporter(&output_stream); in RunWithResult()