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

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h422 virtual TypeId GetTestCaseTypeId() const = 0;
459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
513 GetTestCaseTypeId(),
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h431 virtual TypeId GetTestCaseTypeId() const = 0;
468 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
523 GetTestCaseTypeId(),
587 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h422 virtual TypeId GetTestCaseTypeId() const = 0;
459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
513 GetTestCaseTypeId(),
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h440 virtual TypeId GetTestCaseTypeId() const = 0;
477 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
532 GetTestCaseTypeId(),
596 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {

Completed in 302 milliseconds