Searched defs:this_test_info (Results 1 - 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1738 const internal::TestInfoImpl* const this_test_info = member in class:testing::internal
1740 const internal::TypeId this_fixture_id = this_test_info->fixture_class_id();
1741 const char* const this_test_name = this_test_info->name();
1764 << "illegal. In test case " << this_test_info->test_case_name()
1776 << this_test_info->test_case_name() << ",\n"
/external/chromium/testing/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.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/llvm/utils/unittest/googletest/
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"

Completed in 62 milliseconds