Searched defs:current_test_info (Results 1 - 12 of 12) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h668 // current_test_info is NULL, the assertion results will be stored in
715 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
716 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info();
3862 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3864 return impl_->current_test_info();
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h690 // current_test_info is NULL, the assertion results will be stored in
743 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
744 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info();
3894 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3896 return impl_->current_test_info();
/external/gtest/src/
H A Dgtest-internal-inl.h690 // current_test_info is NULL, the assertion results will be stored in
743 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
744 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h669 // current_test_info is NULL, the assertion results will be stored in
716 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
717 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info();
3894 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3896 return impl_->current_test_info();
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h906 // current_test_info is NULL, the assertion results will be stored in
908 void set_current_test_info(TestInfo* current_test_info) { argument
909 current_test_info_ = current_test_info;
951 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
952 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc1974 impl->current_test_info()->impl();
3684 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3686 return impl_->current_test_info();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1091 // current_test_info is NULL, the assertion results will be stored in
1144 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1145 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
3439 const TestInfo* const this_test_info = impl->current_test_info();
5432 const TestInfo* UnitTest::current_test_info() const
5435 return impl_->current_test_info();
6830 TestInfo* const info = GetUnitTestImpl()->current_test_info();
7182 const TestInfo* const info = impl->current_test_info();
7598 const TestInfo* const info = impl->current_test_info();
7653 const int death_test_index = impl->current_test_info()
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1091 // current_test_info is NULL, the assertion results will be stored in
1144 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1145 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
3439 const TestInfo* const this_test_info = impl->current_test_info();
5432 const TestInfo* UnitTest::current_test_info() const
5435 return impl_->current_test_info();
6830 TestInfo* const info = GetUnitTestImpl()->current_test_info();
7182 const TestInfo* const info = impl->current_test_info();
7598 const TestInfo* const info = impl->current_test_info();
7653 const int death_test_index = impl->current_test_info()
[all...]

Completed in 863 milliseconds