Searched refs:GetTypeId (Results 1 - 25 of 47) sorted by relevance

12

/external/gemmlowp/internal/
H A Dallocator.h52 inline TypeId GetTypeId() { function in namespace:gemmlowp
146 h.type_ = GetTypeId<T>();
163 assert(h.type_ == GetTypeId<T>() && "type mismatch");
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_macros.h124 ::testing::internal::GetTypeId<test_fixture>())
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() { function in namespace:testing::internal
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h459 TypeId GetTestCaseTypeId() const override { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h517 // GetTypeId<T>() returns the ID of type T. Different values will be
521 TypeId GetTypeId() { function in namespace:testing::internal
530 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h413 // GetTypeId<T>() returns the ID of type T. Different values will be
417 TypeId GetTypeId() { function in namespace:testing::internal
426 // of GetTypeId< ::testing::Test>() to get the type ID of
586 GetTypeId<FixtureClass>(),
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h458 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() { function in namespace:testing::internal
517 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h508 // GetTypeId<T>() returns the ID of type T. Different values will be
512 TypeId GetTypeId() { function in namespace:testing::internal
521 // of GetTypeId< ::testing::Test>() to get the type ID of
680 GetTypeId<FixtureClass>(),
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h413 // GetTypeId<T>() returns the ID of type T. Different values will be
417 TypeId GetTypeId() { function in namespace:testing::internal
426 // of GetTypeId< ::testing::Test>() to get the type ID of
586 GetTypeId<FixtureClass>(),
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc158 using testing::internal::GetTypeId;
245 // Tests GetTypeId.
248 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
249 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
256 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
257 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
687 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h443 // GetTypeId<T>() returns the ID of type T. Different values will be
447 TypeId GetTypeId() { function in namespace:testing::internal
456 // of GetTypeId< ::testing::Test>() to get the type ID of
647 GetTypeId<FixtureClass>(),
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h443 // GetTypeId<T>() returns the ID of type T. Different values will be
447 TypeId GetTypeId() { function in namespace:testing::internal
456 // of GetTypeId< ::testing::Test>() to get the type ID of
646 GetTypeId<FixtureClass>(),
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
H A Dgtest-internal.h443 // GetTypeId<T>() returns the ID of type T. Different values will be
447 TypeId GetTypeId() { function in namespace:testing::internal
456 // of GetTypeId< ::testing::Test>() to get the type ID of
646 GetTypeId<FixtureClass>(),
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc170 using testing::internal::GetTypeId;
268 // Tests GetTypeId.
271 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
272 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
279 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
280 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/googletest/googletest/test/
H A Dgtest_unittest.cc259 using testing::internal::GetTypeId;
360 // Tests GetTypeId.
363 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
364 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
371 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
372 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/v8/testing/gtest/test/
H A Dgtest_unittest.cc259 using testing::internal::GetTypeId;
360 // Tests GetTypeId.
363 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
364 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
371 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
372 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc259 using testing::internal::GetTypeId;
357 // Tests GetTypeId.
360 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
361 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
368 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
369 EXPECT_NE(GetTypeId<int>(), GetTypeId<cha
[all...]

Completed in 549 milliseconds

12