Searched defs:current_test_case (Results 1 - 13 of 13) 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
/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
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h718 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/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-internal-inl.h742 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
/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/opencv3/modules/ts/src/
H A Dts_gtest.cpp1152 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
3447 const TestCase* const test_case = impl->current_test_case();
5448 const TestCase* UnitTest::current_test_case() const
5451 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();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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();

Completed in 480 milliseconds