Lines Matching refs:IGeneratorsForTest
466 struct IGeneratorsForTest { struct
467 virtual ~IGeneratorsForTest();
473 IGeneratorsForTest* createGeneratorsForTest();
570 struct IGeneratorsForTest;
6890 IGeneratorsForTest* generators = findGeneratorsForCurrentTest(); in advanceGeneratorsForCurrentTest()
6912 IGeneratorsForTest* findGeneratorsForCurrentTest() { in findGeneratorsForCurrentTest()
6915 std::map<std::string, IGeneratorsForTest*>::const_iterator it = in findGeneratorsForCurrentTest()
6922 IGeneratorsForTest& getGeneratorsForCurrentTest() { in getGeneratorsForCurrentTest()
6923 IGeneratorsForTest* generators = findGeneratorsForCurrentTest(); in getGeneratorsForCurrentTest()
6936 std::map<std::string, IGeneratorsForTest*> m_generatorsByTestName;
7178 class GeneratorsForTest : public IGeneratorsForTest {
7211 IGeneratorsForTest* createGeneratorsForTest() in createGeneratorsForTest()
10233 IGeneratorsForTest::~IGeneratorsForTest() {} in ~IGeneratorsForTest()