Searched refs:TestPartResultReporterInterface (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-test-part.h146 class TestPartResultReporterInterface { class in namespace:testing
148 virtual ~TestPartResultReporterInterface() {}
162 : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h466 : public TestPartResultReporterInterface {
469 // Implements the TestPartResultReporterInterface. Reports the test part
482 : public TestPartResultReporterInterface {
485 // Implements the TestPartResultReporterInterface. The implementation just
512 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
516 TestPartResultReporterInterface* reporter);
519 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
523 TestPartResultReporterInterface* reporter);
825 TestPartResultReporterInterface* global_test_part_result_repoter_;
831 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc603 // This method is from the TestPartResultReporterInterface interface.
704 TestPartResultReporterInterface*
712 TestPartResultReporterInterface* reporter) {
718 TestPartResultReporterInterface*
725 TestPartResultReporterInterface* reporter) {

Completed in 30 milliseconds