Lines Matching refs:Reporter
365 void MessageDifferencer::ReportDifferencesTo(Reporter* reporter) {
367 // it superceding the specified reporter.
372 reporter_ = reporter;
397 // Setup the internal reporter if need be.
400 StreamReporter reporter(&output_stream);
401 reporter_ = &reporter;
435 // Setup the internal reporter if need be.
438 StreamReporter reporter(&output_stream);
439 reporter_ = &reporter;
718 // no reporter is present.
756 // Back up the Reporter and output_string_. They will be reset in the
758 Reporter* backup_reporter = reporter_;
838 // no reporter is present. Note that ReportModified, ReportMoved, and
914 // parent_fields is used in calls to Reporter methods.
1159 // Fields were already compared and matched and we have no reporter.
1451 MessageDifferencer::Reporter::Reporter() { }
1452 MessageDifferencer::Reporter::~Reporter() {}