Home | History | Annotate | Download | only in src

Lines Matching full:reporter

700 // This is the default global test part result reporter used in UnitTestImpl.
716 // This is the default per thread test part result reporter used in
723 // delegates to the current global test part result reporter of *unit_test_.
745 // TestPartResult to the global test result reporter, which registers the
748 // Returns the global test part result reporter.
751 // Sets the global test part result reporter.
753 TestPartResultReporterInterface* reporter);
755 // Returns the test part result reporter for the current thread.
758 // Sets the test part result reporter for the current thread.
760 TestPartResultReporterInterface* reporter);
1030 // Points to (but doesn't own) the global test part result reporter.
1036 // Points to (but doesn't own) the per-thread test part result reporter.