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

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h683 // current_test_info is NULL, the assertion results will be stored in
730 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
731 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
/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/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();
3864 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3866 return impl_->current_test_info();
/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.h735 // current_test_info is NULL, the assertion results will be stored in
780 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
781 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc2000 impl->current_test_info()->impl();
3708 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
3710 return impl_->current_test_info();
/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...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1129 // current_test_info is NULL, the assertion results will be stored in
1174 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1175 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
3340 impl->current_test_info()->impl();
5048 const TestInfo* UnitTest::current_test_info() const { function in class:testing::UnitTest
5050 return impl_->current_test_info();
6322 TestInfo* const info = GetUnitTestImpl()->current_test_info();
6639 const TestInfo* const info = impl->current_test_info();
6981 const TestInfo* const info = impl->current_test_info();
7036 const int death_test_index = impl->current_test_info()
[all...]

Completed in 145 milliseconds