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

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h343 class TestInfoImpl { class in namespace:testing::internal
345 TestInfoImpl(TestInfo* parent, const char* test_case_name,
349 ~TestInfoImpl();
419 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfoImpl);
H A Dgtest.cc1993 const internal::TestInfoImpl* const first_test_info =
1999 const internal::TestInfoImpl* const this_test_info =
2128 impl_ = new internal::TestInfoImpl(this, a_test_case_name, a_name,
2272 void TestInfoImpl::Run() {
2432 ForEach(test_info_list_, internal::TestInfoImpl::ClearTestResult);
2437 const internal::TestInfoImpl* const impl = test_info->impl();
2443 const internal::TestInfoImpl* const impl = test_info->impl();
4296 // TestInfoImpl constructor. The new instance assumes ownership of the test
4298 TestInfoImpl::TestInfoImpl(TestInf function in class:TestInfoImpl
[all...]
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc737 class TestInfoImpl { class in namespace:testing::internal
739 TestInfoImpl(TestInfo* parent, const char* test_case_name,
743 ~TestInfoImpl();
813 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfoImpl);
3333 const internal::TestInfoImpl* const first_test_info =
3339 const internal::TestInfoImpl* const this_test_info =
3468 impl_ = new internal::TestInfoImpl(this, a_test_case_name, a_name,
3612 void TestInfoImpl::Run() {
3772 ForEach(test_info_list_, internal::TestInfoImpl::ClearTestResult);
3777 const internal::TestInfoImpl* cons
5638 TestInfoImpl::TestInfoImpl(TestInfo* parent, function in class:TestInfoImpl
[all...]

Completed in 214 milliseconds