Home | History | Annotate | Download | only in internal

Lines Matching defs:TestFactoryBase

434 class TestFactoryBase {
436 virtual ~TestFactoryBase() {}
443 TestFactoryBase() {}
446 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestFactoryBase);
452 class TestFactoryImpl : public TestFactoryBase {
499 TestFactoryBase* factory);