Home
last modified time | relevance | path

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

12

/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/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h534 GTEST_API_ TypeId GetTestTypeId();
/external/llvm-project/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/llvm-project/llvm/utils/unittest/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.cc253 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/rust/crates/quiche/deps/boringssl/src/third_party/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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc647 TypeId GetTestTypeId() { in GetTestTypeId() function
653 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2320 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2322 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/mesa3d/src/gtest/src/
Dgtest.cc641 TypeId GetTestTypeId() { in GetTestTypeId() function
647 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2316 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2318 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h436 GTEST_API_ TypeId GetTestTypeId();
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h436 GTEST_API_ TypeId GetTestTypeId();
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h2110 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/googletest/googletest/src/
Dgtest.cc847 TypeId GetTestTypeId() { in GetTestTypeId() function
853 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2490 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2492 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc780 TypeId GetTestTypeId() { return GetTypeId<Test>(); } in GetTestTypeId() function
784 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
2399 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
2401 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h449 GTEST_API_ TypeId GetTestTypeId();
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h2182 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h448 GTEST_API_ TypeId GetTestTypeId();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2279 ::testing::Test, ::testing::internal::GetTestTypeId())
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h2309 ::testing::internal::GetTestTypeId())
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h2333 ::testing::internal::GetTestTypeId())
/external/googletest/googletest/include/gtest/
Dgtest.h2348 ::testing::internal::GetTestTypeId())
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h2308 ::testing::internal::GetTestTypeId())
/external/fmtlib/test/
Dgmock-gtest-all.cc2052 TypeId GetTestTypeId() { return GetTypeId<Test>(); } in GetTestTypeId() function
2056 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
3331 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
3333 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc2068 TypeId GetTestTypeId() { in GetTestTypeId() function
2074 extern const TypeId kTestTypeIdInGoogleTest = GetTestTypeId();
3733 const bool first_is_TEST = first_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()
3735 const bool this_is_TEST = this_fixture_id == internal::GetTestTypeId(); in HasSameFixtureClass()

12