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

/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 417 milliseconds