Searched refs:current_test_case (Results 1 - 25 of 25) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h901 void set_current_test_case(TestCase* current_test_case) { argument
902 current_test_case_ = current_test_case;
950 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1964 const TestCase* const test_case = impl->current_test_case();
3676 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
3678 return impl_->current_test_case();
/external/chromium_org/chrome/test/logging/win/
H A Dtest_log_collector.cc285 DCHECK(!unit_test->current_test_case());
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h742 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc2231 const TestCase* const test_case = impl->current_test_case();
4223 const TestCase* UnitTest::current_test_case() const
4226 return impl_->current_test_case();
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h715 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1953 const TestCase* const test_case = impl->current_test_case();
3886 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
3888 return impl_->current_test_case();
/external/gtest/src/
H A Dgtest-internal-inl.h742 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1947 const TestCase* const test_case = impl->current_test_case();
3940 const TestCase* UnitTest::current_test_case() const
3943 return impl_->current_test_case();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h714 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1953 const TestCase* const test_case = impl->current_test_case();
3854 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
3856 return impl_->current_test_case();
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h715 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1953 const TestCase* const test_case = impl->current_test_case();
3886 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
3888 return impl_->current_test_case();
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1110 const TestCase* current_test_case() const;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1111 const TestCase* current_test_case() const;
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1110 const TestCase* current_test_case() const;
/external/protobuf/gtest/include/gtest/
H A Dgtest.h956 const TestCase* current_test_case() const;
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1164 const TestCase* current_test_case() const
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1143 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
3431 const TestCase* const test_case = impl->current_test_case();
5424 const TestCase* UnitTest::current_test_case() const
5427 return impl_->current_test_case();
/external/gtest/include/gtest/
H A Dgtest.h1140 const TestCase* current_test_case() const
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1143 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
3431 const TestCase* const test_case = impl->current_test_case();
5424 const TestCase* UnitTest::current_test_case() const
5427 return impl_->current_test_case();
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1946 const TestCase* test_case = UnitTest::GetInstance()->current_test_case();
1979 const TestCase* test_case = UnitTest::GetInstance()->current_test_case();
/external/gtest/test/
H A Dgtest_unittest.cc1953 const TestCase* test_case = UnitTest::GetInstance()->current_test_case();
1986 const TestCase* test_case = UnitTest::GetInstance()->current_test_case();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18553 const TestCase* current_test_case() const
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18553 const TestCase* current_test_case() const

Completed in 497 milliseconds