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

/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h143 class TestPartResultReporterInterface { class in namespace:testing
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/gtest/include/gtest/
H A Dgtest-test-part.h143 class TestPartResultReporterInterface { class in namespace:testing
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h143 class TestPartResultReporterInterface { class in namespace:testing
145 virtual ~TestPartResultReporterInterface() {}
159 : public TestPartResultReporterInterface {
167 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h146 class TestPartResultReporterInterface { class in namespace:testing
148 virtual ~TestPartResultReporterInterface() {}
161 class HasNewFatalFailureHelper : public TestPartResultReporterInterface {
169 TestPartResultReporterInterface* original_reporter_;
H A Dgtest-spi.h52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h130 class TestPartResultReporterInterface { class in namespace:testing
132 virtual ~TestPartResultReporterInterface() {}
144 : public TestPartResultReporterInterface {
157 // This method is from the TestPartResultReporterInterface
161 TestPartResultReporterInterface* const old_reporter_;
H A Dgtest.cc498 // This method is from the TestPartResultReporterInterface interface.
573 TestPartResultReporterInterface* UnitTestImpl::test_part_result_reporter() {
579 TestPartResultReporterInterface* reporter) {
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h457 : public TestPartResultReporterInterface {
460 // Implements the TestPartResultReporterInterface. Reports the test part
473 : public TestPartResultReporterInterface {
476 // Implements the TestPartResultReporterInterface. The implementation just
503 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
507 TestPartResultReporterInterface* reporter);
510 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
514 TestPartResultReporterInterface* reporter);
800 TestPartResultReporterInterface* global_test_part_result_repoter_;
806 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc577 // This method is from the TestPartResultReporterInterface interface.
678 TestPartResultReporterInterface*
686 TestPartResultReporterInterface* reporter) {
692 TestPartResultReporterInterface*
699 TestPartResultReporterInterface* reporter) {
/external/gtest/src/
H A Dgtest-internal-inl.h464 : public TestPartResultReporterInterface {
467 // Implements the TestPartResultReporterInterface. Reports the test part
480 : public TestPartResultReporterInterface {
483 // Implements the TestPartResultReporterInterface. The implementation just
510 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
514 TestPartResultReporterInterface* reporter);
517 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
521 TestPartResultReporterInterface* reporter);
807 TestPartResultReporterInterface* global_test_part_result_repoter_;
813 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc577 // This method is from the TestPartResultReporterInterface interface.
678 TestPartResultReporterInterface*
686 TestPartResultReporterInterface* reporter) {
692 TestPartResultReporterInterface*
699 TestPartResultReporterInterface* reporter) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h463 : public TestPartResultReporterInterface {
466 // Implements the TestPartResultReporterInterface. Reports the test part
479 : public TestPartResultReporterInterface {
482 // Implements the TestPartResultReporterInterface. The implementation just
509 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
513 TestPartResultReporterInterface* reporter);
516 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
520 TestPartResultReporterInterface* reporter);
806 TestPartResultReporterInterface* global_test_part_result_repoter_;
812 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h703 : public TestPartResultReporterInterface {
706 // Implements the TestPartResultReporterInterface. Reports the test part
719 : public TestPartResultReporterInterface {
722 // Implements the TestPartResultReporterInterface. The implementation just
749 TestPartResultReporterInterface* GetGlobalTestPartResultReporter();
753 TestPartResultReporterInterface* reporter);
756 TestPartResultReporterInterface* GetTestPartResultReporterForCurrentThread();
760 TestPartResultReporterInterface* reporter);
1031 TestPartResultReporterInterface* global_test_part_result_repoter_;
1037 internal::ThreadLocal<TestPartResultReporterInterface*>
[all...]
H A Dgtest.cc545 // This method is from the TestPartResultReporterInterface interface.
648 TestPartResultReporterInterface*
656 TestPartResultReporterInterface* reporter) {
662 TestPartResultReporterInterface*
669 TestPartResultReporterInterface* reporter) {
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h841 class UnitTestImpl : public TestPartResultReporterInterface {
847 // TestPartResultReporterInterface interface.
851 TestPartResultReporterInterface* test_part_result_reporter();
854 void set_test_part_result_reporter(TestPartResultReporterInterface* reporter);
1046 TestPartResultReporterInterface* test_part_result_reporter_;
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc577 // This method is from the TestPartResultReporterInterface interface.
678 TestPartResultReporterInterface*
686 TestPartResultReporterInterface* reporter) {
692 TestPartResultReporterInterface*
699 TestPartResultReporterInterface* reporter) {

Completed in 460 milliseconds