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

/external/google-breakpad/src/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.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/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h422 virtual TypeId GetTestCaseTypeId() const = 0;
459 TypeId GetTestCaseTypeId() const override { return GetTypeId<TestCase>(); }
513 GetTestCaseTypeId(),
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
/external/mesa3d/src/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/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h421 virtual TypeId GetTestCaseTypeId() const = 0;
458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
513 GetTestCaseTypeId(),
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/libvpx/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>()) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h8918 virtual TypeId GetTestCaseTypeId() const = 0;
8955 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
9010 GetTestCaseTypeId(),
9074 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h10422 virtual TypeId GetTestCaseTypeId() const = 0;
10459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } function in class:testing::internal::ParameterizedTestCaseInfo
10513 GetTestCaseTypeId(),
10577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {

Completed in 395 milliseconds