Searched refs:ReplaceDeathTestFactory (Results 1 – 2 of 2) sorted by relevance
85 class ReplaceDeathTestFactory { class87 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() function in testing::internal::ReplaceDeathTestFactory93 ~ReplaceDeathTestFactory() { in ~ReplaceDeathTestFactory()100 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);101 void operator=(const ReplaceDeathTestFactory&);1041 static testing::internal::ReplaceDeathTestFactory* replacer_;1046 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); in SetUpTestSuite()1069 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer_ =
791 friend class ReplaceDeathTestFactory; variable