Searched refs:ReplaceDeathTestFactory (Results 1 – 2 of 2) sorted by relevance
86 class ReplaceDeathTestFactory { class88 explicit ReplaceDeathTestFactory(DeathTestFactory* new_factory) in ReplaceDeathTestFactory() function in testing::internal::ReplaceDeathTestFactory94 ~ReplaceDeathTestFactory() { in ~ReplaceDeathTestFactory()100 ReplaceDeathTestFactory(const ReplaceDeathTestFactory&);101 void operator=(const ReplaceDeathTestFactory&);954 static testing::internal::ReplaceDeathTestFactory* replacer_;959 replacer_ = new testing::internal::ReplaceDeathTestFactory(factory_); in SetUpTestCase()980 testing::internal::ReplaceDeathTestFactory* MacroLogicDeathTest::replacer_
771 friend class ReplaceDeathTestFactory; variable