Home
last modified time | relevance | path

Searched refs:GetTestTypeId (Results 1 – 25 of 40) sorted by relevance

12

/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h521 GTEST_API_ TypeId GetTestTypeId();
/external/protobuf/gtest/src/
Dgtest.cc570 TypeId GetTestTypeId() { in GetTestTypeId() function
576 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2006 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2008 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc594 TypeId GetTestTypeId() { in GetTestTypeId() function
600 const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc594 TypeId GetTestTypeId() { in GetTestTypeId() function
600 const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1967 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
1969 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc595 TypeId GetTestTypeId() { in GetTestTypeId() function
601 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1968 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
1970 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-internal.h430 GTEST_API_ TypeId GetTestTypeId();
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h430 GTEST_API_ TypeId GetTestTypeId();
/external/mesa3d/src/gtest/src/
Dgtest.cc598 TypeId GetTestTypeId() { in GetTestTypeId() function
604 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1961 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
1963 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc598 TypeId GetTestTypeId() { in GetTestTypeId() function
604 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
1961 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
1963 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h525 GTEST_API_ TypeId GetTestTypeId();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h534 GTEST_API_ TypeId GetTestTypeId();
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h505 GTEST_API_ TypeId GetTestTypeId();
/external/protobuf/gtest/test/
Dgtest_unittest.cc157 using testing::internal::GetTestTypeId;
258 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
259 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
260 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
267 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/external/v8/testing/gtest/src/
Dgtest.cc620 TypeId GetTestTypeId() { in GetTestTypeId() function
626 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2285 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2287 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc620 TypeId GetTestTypeId() { in GetTestTypeId() function
626 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2285 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2287 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/googletest/googletest/src/
Dgtest.cc620 TypeId GetTestTypeId() { in GetTestTypeId() function
626 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2282 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2284 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h460 GTEST_API_ TypeId GetTestTypeId();
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-internal.h460 GTEST_API_ TypeId GetTestTypeId();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h460 GTEST_API_ TypeId GetTestTypeId();
/external/v8/testing/gtest/test/
Dgtest_unittest.cc257 using testing::internal::GetTestTypeId;
373 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
374 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
375 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
382 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/external/googletest/googletest/test/
Dgtest_unittest.cc257 using testing::internal::GetTestTypeId;
373 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
374 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
375 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
382 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc257 using testing::internal::GetTestTypeId;
370 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
371 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
372 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
379 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc168 using testing::internal::GetTestTypeId;
281 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
282 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
283 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
290 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/external/protobuf/gtest/include/gtest/
Dgtest.h2003 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h2110 ::testing::Test, ::testing::internal::GetTestTypeId())

12