HomeSort by relevance Sort by last modified time
    Searched refs:ReportMoved (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/util/
message_differencer.h 178 // applies to ReportMoved() and (in the case of TreatAsMap())
240 // note that for any given field, ReportModified and ReportMoved are
243 virtual void ReportMoved(
249 // This function is mutually exclusive with ReportModified and ReportMoved.
382 // ReportMoved(). Elements which only exist on one side or the other are
598 virtual void ReportMoved(const Message& message1,
    [all...]
message_differencer.cc 838 // no reporter is present. Note that ReportModified, ReportMoved, and
849 reporter_->ReportMoved(message1, message2, *parent_fields);
    [all...]

Completed in 447 milliseconds