Home
last modified time | relevance | path

Searched refs:IGeneratorsForTest (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp466 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;
[all …]