Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h422 virtual TypeId GetTestCaseTypeId() const = 0;
459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId() function
513 GetTestCaseTypeId(), in RegisterTests()
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()