HomeSort by relevance Sort by last modified time
    Searched refs:death_test_factory_ (Results 1 - 3 of 3) sorted by null

  /external/gtest/test/
gtest-death-test_test.cc 81 old_factory_ = parent_impl_->death_test_factory_.release();
82 parent_impl_->death_test_factory_.reset(new_factory);
86 parent_impl_->death_test_factory_.release();
87 parent_impl_->death_test_factory_.reset(old_factory_);
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 1288 internal::scoped_ptr<internal::DeathTestFactory> death_test_factory_; member in class:testing::internal::UnitTestImpl
    [all...]
gtest.cc     [all...]

Completed in 506 milliseconds