Home
last modified time | relevance | path

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

12

/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/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-internal.h505 GTEST_API_ TypeId GetTestTypeId();
/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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc621 TypeId GetTestTypeId() { in GetTestTypeId() function
627 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2286 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2288 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/mesa3d/src/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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/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/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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h460 GTEST_API_ TypeId GetTestTypeId();
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h460 GTEST_API_ TypeId GetTestTypeId();
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h460 GTEST_API_ TypeId GetTestTypeId();
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc667 TypeId GetTestTypeId() { in GetTestTypeId() function
673 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2326 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2328 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/googletest/googletest/test/
Dgtest_unittest.cc249 using testing::internal::GetTestTypeId;
367 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
368 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
369 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
376 EXPECT_EQ(kTestTypeIdInGoogleTest, GetTestTypeId()); in TEST()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h448 GTEST_API_ TypeId GetTestTypeId();
/external/googletest/googletest/src/
Dgtest.cc647 TypeId GetTestTypeId() { in GetTestTypeId() function
653 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2307 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2309 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h2110 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h2110 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest.h2108 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h437 GTEST_API_ TypeId GetTestTypeId();
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h2182 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h2182 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h2182 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/googletest/googletest/include/gtest/
Dgtest.h2329 ::testing::internal::GetTestTypeId())

12