Searched refs:GetTestCaseTypeId (Results 1 – 8 of 8) sorted by relevance
422 virtual TypeId GetTestCaseTypeId() const = 0;459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function513 GetTestCaseTypeId(), in RegisterTests()577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
422 virtual TypeId GetTestCaseTypeId() const = 0;459 TypeId GetTestCaseTypeId() const override { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function513 GetTestCaseTypeId(), in RegisterTests()577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
477 virtual TypeId GetTestCaseTypeId() const = 0;516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function592 GetTestCaseTypeId(), in RegisterTests()688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
473 virtual TypeId GetTestCaseTypeId() const = 0;512 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function587 GetTestCaseTypeId(), in RegisterTests()683 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
11531 virtual TypeId GetTestCaseTypeId() const = 0;11570 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }11646 GetTestCaseTypeId(),11742 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {