Home
last modified time | relevance | path

Searched refs:ReportMatched (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/
Dmessage_differencer.h252 virtual void ReportMatched( in ReportMatched() function
608 virtual void ReportMatched(const Message& message1,
Dmessage_differencer.cc734 reporter_->ReportMatched(message1, message2, *parent_fields); in CompareWithFieldsInternal()
856 reporter_->ReportMatched(message1, message2, *parent_fields); in CompareRepeatedField()
1243 reporter_->ReportMatched(message1, message2, *parent_field); in CompareUnknownFields()
1650 void MessageDifferencer::StreamReporter::ReportMatched( in ReportMatched() function in google::protobuf::util::MessageDifferencer::StreamReporter