Home | History | Annotate | Download | only in util

Lines Matching defs:Reporter

71 // are found, the Compare method will return false, and any differencer reporter
216 class LIBPROTOBUF_EXPORT Reporter {
218 Reporter();
219 virtual ~Reporter();
273 // these fields at all. It is up to the Reporter to decide whether
283 // path has a null field. This could break existing Reporter.
289 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Reporter);
339 // To add a Reporter, construct default here, then use ReportDifferencesTo or
481 // ReportIgnored is called on the reporter, if one is specified.
543 // two messages will be reported if a Reporter was specified via
556 // Automatically creates a reporter that will output the differences
562 // reporter. Note that this method must be called before Compare for
563 // the reporter to be used. It is the responsibility of the caller to delete
567 void ReportDifferencesTo(Reporter* reporter);
569 // An implementation of the MessageDifferencer Reporter that outputs
573 class LIBPROTOBUF_EXPORT StreamReporter : public Reporter {
579 // When set to true, the stream reporter will also output aggregates nodes
708 // The parent_fields vector is used in calls to a Reporter instance calls.
712 // Reporter to handle the change of parent_fields correctly.
793 Reporter* reporter_;