Lines Matching refs:ReplaceDeathTestFactory
82 class ReplaceDeathTestFactory {
84 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory)
90 ~ReplaceDeathTestFactory() {
95 // Prevents copying ReplaceDeathTestFactory objects.
96 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);
97 void operator=(const ReplaceDeathTestFactory&);
855 static testing::internal::ReplaceDeathTestFactory* replacer_;
860 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_);
881 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer_