Searched refs:ReplaceDeathTestFactory (Results 1 – 2 of 2) sorted by relevance
83 class ReplaceDeathTestFactory { class85 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() function in testing::internal::ReplaceDeathTestFactory91 ~ReplaceDeathTestFactory() { in ~ReplaceDeathTestFactory()98 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);99 void operator=(const ReplaceDeathTestFactory&);1037 static testing::internal::ReplaceDeathTestFactory* replacer_;1042 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); in SetUpTestSuite()1065 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer_ =
800 friend class ReplaceDeathTestFactory; variable