Home | History | Annotate | Download | only in test

Lines Matching full:unit_test_impl_

85       : unit_test_impl_(GetUnitTestImpl()) {
86 old_factory_ = unit_test_impl_->death_test_factory_.release();
87 unit_test_impl_->death_test_factory_.reset(new_factory);
91 unit_test_impl_->death_test_factory_.release();
92 unit_test_impl_->death_test_factory_.reset(old_factory_);
99 UnitTestImpl* unit_test_impl_;