Searched defs:TestInfoImpl (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h536 class TestInfoImpl { class in namespace:testing::internal
538 TestInfoImpl(TestInfo* parent, const char* test_case_name,
541 ~TestInfoImpl();
599 GTEST_DISALLOW_COPY_AND_ASSIGN(TestInfoImpl);
691 const internal::TestInfoImpl* const impl = test_info->impl();
697 const internal::TestInfoImpl* const impl = test_info->impl();
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1732 const internal::TestInfoImpl* const first_test_info =
1738 const internal::TestInfoImpl* const this_test_info =
1858 impl_ = new internal::TestInfoImpl(this, test_case_name, name,
1956 void TestInfoImpl::Run() {
2094 test_info_list_->ForEach(internal::TestInfoImpl::RunTest);
2105 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult);
3351 // TestInfoImpl constructor.
3352 TestInfoImpl::TestInfoImpl(TestInfo* parent, function in class:testing::TestInfoImpl
3366 // TestInfoImpl destructo
[all...]
/external/open-vcdiff/gtest/src/
H A Dgtest-internal-inl.h518 class TestInfoImpl { class in namespace:testing::internal
520 TestInfoImpl(TestInfo* parent, const char* test_case_name,
524 ~TestInfoImpl();
594 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfoImpl);
H A Dgtest.cc1997 const internal::TestInfoImpl* const first_test_info =
2003 const internal::TestInfoImpl* const this_test_info =
2132 impl_ = new internal::TestInfoImpl(this, test_case_name, name,
2276 void TestInfoImpl::Run() {
2438 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult);
2443 const internal::TestInfoImpl* const impl = test_info->impl();
2449 const internal::TestInfoImpl* const impl = test_info->impl();
4297 // TestInfoImpl constructor. The new instance assumes ownership of the test
4299 TestInfoImpl::TestInfoImpl(TestInf function in class:TestInfoImpl
[all...]
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h514 class TestInfoImpl { class in namespace:testing::internal
516 TestInfoImpl(TestInfo* parent, const char* test_case_name,
520 ~TestInfoImpl();
590 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfoImpl);
H A Dgtest.cc1967 const internal::TestInfoImpl* const first_test_info =
1973 const internal::TestInfoImpl* const this_test_info =
2102 impl_ = new internal::TestInfoImpl(this, test_case_name, name,
2246 void TestInfoImpl::Run() {
2408 test_info_list_->ForEach(internal::TestInfoImpl::ClearTestResult);
2413 const internal::TestInfoImpl* const impl = test_info->impl();
2419 const internal::TestInfoImpl* const impl = test_info->impl();
4266 // TestInfoImpl constructor. The new instance assumes ownership of the test
4268 TestInfoImpl::TestInfoImpl(TestInf function in class:TestInfoImpl
[all...]

Completed in 144 milliseconds