Lines Matching refs:reporter
904 // The c'tor sets this object as the test part result reporter used by
913 // The c'tor sets this object as the test part result reporter used by
933 // The d'tor restores the test part result reporter used by Google Test
1042 // Returns the global test part result reporter.
1049 // Sets the global test part result reporter.
1051 TestPartResultReporterInterface* reporter) {
1053 global_test_part_result_reporter_ = reporter;
1056 // Returns the test part result reporter for the current thread.
1062 // Sets the test part result reporter for the current thread.
1064 TestPartResultReporterInterface* reporter) {
1065 per_thread_test_part_result_reporter_.set(reporter);