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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h729 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1954 const TestCase* const test_case = impl->current_test_case();
3915 const TestCase* UnitTest::current_test_case() const
3918 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();
3856 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
3858 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/protobuf/gtest/src/
H A Dgtest-internal-inl.h779 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1990 const TestCase* const test_case = impl->current_test_case();
3700 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
3702 return impl_->current_test_case();
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1110 const TestCase* current_test_case() const
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1112 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.h1035 const TestCase* current_test_case() const;
/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/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1173 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
3330 const TestCase* const test_case = impl->current_test_case();
5040 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
5042 return impl_->current_test_case();
H A Dgtest.h16623 const TestCase* current_test_case() const;
/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/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18553 const TestCase* current_test_case() const

Completed in 319 milliseconds