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

/external/fmtlib/test/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/googletest/googletest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/libvpx/libvpx/third_party/googletest/src/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.h84 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/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/v8/testing/gtest/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-spi.h83 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
/external/fmtlib/test/
H A Dgmock-gtest-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/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc156 TestPartResultReporterInterface* old_reporter_; member in class:testing::ScopedFakeTestPartResultReporter
1873 old_reporter_ = impl->GetGlobalTestPartResultReporter();
1876 old_reporter_ = impl->GetTestPartResultReporterForCurrentThread();
1886 impl->SetGlobalTestPartResultReporter(old_reporter_);
1888 impl->SetTestPartResultReporterForCurrentThread(old_reporter_);
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 571 milliseconds