Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h473 virtual TypeId GetTestCaseTypeId() const = 0;
512 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function
587 GetTestCaseTypeId(), in RegisterTests()
683 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()