Searched refs:PrintValue (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | message_differencer.cc | 1514 StreamReporter::PrintValue(const Message& message, in PrintValue() function in google::protobuf::util::MessageDifferencer::StreamReporter 1592 PrintValue(message2, field_path, false); in ReportAdded() 1603 PrintValue(message1, field_path, true); in ReportDeleted() 1631 PrintValue(message1, field_path, true); in ReportModified() 1633 PrintValue(message2, field_path, false); in ReportModified() 1646 PrintValue(message1, field_path, true); in ReportMoved() 1661 PrintValue(message1, field_path, true); in ReportMatched()
|
D | message_differencer.h | 630 virtual void PrintValue(const Message& message,
|