Searched defs:old_reporter_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/protobuf/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc156 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
2045 old_reporter_ = impl->GetGlobalTestPartResultReporter();
2048 old_reporter_ = impl->GetTestPartResultReporterForCurrentThread();
2058 impl->SetGlobalTestPartResultReporter(old_reporter_);
2060 impl->SetTestPartResultReporterForCurrentThread(old_reporter_);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc156 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
2045 old_reporter_ = impl->GetGlobalTestPartResultReporter();
2048 old_reporter_ = impl->GetTestPartResultReporterForCurrentThread();
2058 impl->SetGlobalTestPartResultReporter(old_reporter_);
2060 impl->SetTestPartResultReporterForCurrentThread(old_reporter_);

Completed in 268 milliseconds