Searched refs:PrintPath (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 | 1485 void MessageDifferencer::StreamReporter::PrintPath( in PrintPath() function in google::protobuf::util::MessageDifferencer::StreamReporter 1590 PrintPath(field_path, false); in ReportAdded() 1601 PrintPath(field_path, true); in ReportDeleted() 1625 PrintPath(field_path, true); in ReportModified() 1628 PrintPath(field_path, false); in ReportModified() 1642 PrintPath(field_path, true); in ReportMoved() 1644 PrintPath(field_path, false); in ReportMoved() 1655 PrintPath(field_path, true); in ReportMatched() 1658 PrintPath(field_path, false); in ReportMatched() 1670 PrintPath(field_path, true); in ReportIgnored() [all …]
|
D | message_differencer.h | 622 virtual void PrintPath(const vector<SpecificField>& field_path,
|