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

  /external/protobuf/src/google/protobuf/util/
message_differencer.h 262 // The contract of ReportIgnored is slightly different than the
268 // simply calls ReportIgnored on the repeated field as a whole and
271 // Furthermore, ReportIgnored() does not indicate whether the
276 virtual void ReportIgnored(
481 // ReportIgnored is called on the reporter, if one is specified.
606 virtual void ReportIgnored(const Message& message1,
    [all...]
message_differencer.cc 618 reporter_->ReportIgnored(message1, message2, *parent_fields);
656 reporter_->ReportIgnored(message1, message2, *parent_fields);
696 reporter_->ReportIgnored(message1, message2, *parent_fields);
    [all...]

Completed in 924 milliseconds