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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10421 virtual TypeId GetTestCaseTypeId() const = 0;
10458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
10512 GetTestCaseTypeId(),
10576 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {

Completed in 50 milliseconds