HomeSort by relevance Sort by last modified time
    Searched refs:TestPartResultReporterInterface (Results 1 - 11 of 11) sorted by null

  /external/gtest/include/gtest/
gtest-test-part.h 147 class TestPartResultReporterInterface {
149 virtual ~TestPartResultReporterInterface() {}
162 class HasNewFatalFailureHelper : public TestPartResultReporterInterface {
170 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 146 class TestPartResultReporterInterface {
148 virtual ~TestPartResultReporterInterface() {}
161 class HasNewFatalFailureHelper : public TestPartResultReporterInterface {
169 TestPartResultReporterInterface* original_reporter_;
gtest-spi.h 52 : public TestPartResultReporterInterface {
76 // This method is from the TestPartResultReporterInterface
83 TestPartResultReporterInterface* old_reporter_;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 130 class TestPartResultReporterInterface {
132 virtual ~TestPartResultReporterInterface() {}
144 : public TestPartResultReporterInterface {
157 // This method is from the TestPartResultReporterInterface
161 TestPartResultReporterInterface* const old_reporter_;
gtest.cc 498 // This method is from the TestPartResultReporterInterface interface.
573 TestPartResultReporterInterface* UnitTestImpl::test_part_result_reporter() {
579 TestPartResultReporterInterface* reporter) {
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 918 : public TestPartResultReporterInterface {
921 // Implements the TestPartResultReporterInterface. Reports the test part
934 : public TestPartResultReporterInterface {
937 // Implements the TestPartResultReporterInterface. The implementation just
    [all...]
gtest.cc 551 // This method is from the TestPartResultReporterInterface interface.
654 TestPartResultReporterInterface*
662 TestPartResultReporterInterface* reporter) {
668 TestPartResultReporterInterface*
675 TestPartResultReporterInterface* reporter) {
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 703 : 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);
    [all...]
gtest.cc 545 // This method is from the TestPartResultReporterInterface interface.
648 TestPartResultReporterInterface*
656 TestPartResultReporterInterface* reporter) {
662 TestPartResultReporterInterface*
669 TestPartResultReporterInterface* reporter) {
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 841 class UnitTestImpl : public TestPartResultReporterInterface {
847 // TestPartResultReporterInterface interface.
851 TestPartResultReporterInterface* test_part_result_reporter();
854 void set_test_part_result_reporter(TestPartResultReporterInterface* reporter);
    [all...]

Completed in 5822 milliseconds