Searched refs:GetTestCaseTypeId (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h477 virtual TypeId GetTestCaseTypeId() const = 0;
516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
592 GetTestCaseTypeId(),
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {

Completed in 7 milliseconds