Searched refs:this_test_info (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2239 const TestInfo* const this_test_info = impl->current_test_info(); local
2240 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
2241 const char* const this_test_name = this_test_info->name();
2264 << "illegal. In test case " << this_test_info->test_case_name()
2276 << this_test_info->test_case_name() << ",\n"
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info(); local
1962 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
1963 const char* const this_test_name = this_test_info->name();
1986 << "illegal. In test case " << this_test_info->test_case_name()
1998 << this_test_info->test_case_name() << ",\n"
/external/gtest/src/
H A Dgtest.cc1955 const TestInfo* const this_test_info = impl->current_test_info(); local
1956 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
1957 const char* const this_test_name = this_test_info->name();
1980 << "illegal. In test case " << this_test_info->test_case_name()
1992 << this_test_info->test_case_name() << ",\n"
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info(); local
1962 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
1963 const char* const this_test_name = this_test_info->name();
1986 << "illegal. In test case " << this_test_info->test_case_name()
1998 << this_test_info->test_case_name() << ",\n"
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1961 const TestInfo* const this_test_info = impl->current_test_info(); local
1962 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
1963 const char* const this_test_name = this_test_info->name();
1986 << "illegal. In test case " << this_test_info->test_case_name()
1998 << this_test_info->test_case_name() << ",\n"
/external/protobuf/gtest/src/
H A Dgtest.cc1973 const internal::TestInfoImpl* const this_test_info = member in class:testing::internal
1975 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id();
1976 const char* const this_test_name = this_test_info->name();
1999 << "illegal. In test case " << this_test_info->test_case_name()
2011 << this_test_info->test_case_name() << ",\n"
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3439 const TestInfo* const this_test_info = impl->current_test_info(); local
3440 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
3441 const char* const this_test_name = this_test_info->name();
3464 << "illegal. In test case " << this_test_info->test_case_name()
3476 << this_test_info->test_case_name() << ",\n"
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3439 const TestInfo* const this_test_info = impl->current_test_info(); local
3440 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id_;
3441 const char* const this_test_name = this_test_info->name();
3464 << "illegal. In test case " << this_test_info->test_case_name()
3476 << this_test_info->test_case_name() << ",\n"

Completed in 282 milliseconds