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

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h969 void set_current_test_case(TestCase* current_test_case) { argument
970 current_test_case_ = current_test_case;
1003 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
/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/sdch/open-vcdiff/src/gtest/
H A Dgtest.h493 const TestCase* current_test_case() const;
H A Dgtest.cc1729 const TestCase* const test_case = impl->current_test_case();
2982 const TestCase* UnitTest::current_test_case() const { function in class:testing::UnitTest
2984 return impl_->current_test_case();
/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h708 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.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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h714 const TestCase* current_test_case() const { return current_test_case_; } function in class:testing::internal::UnitTestImpl
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h1110 const TestCase* current_test_case() const;
/external/gtest/include/gtest/
H A Dgtest.h1110 const TestCase* current_test_case() const;
/external/llvm/utils/unittest/googletest/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/llvm/utils/unittest/googletest/
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();

Completed in 125 milliseconds