Home
last modified time | relevance | path

Searched refs:GetTypeId (Results 1 – 25 of 49) sorted by relevance

12

/external/gemmlowp/internal/
Dallocator.h52 inline TypeId GetTypeId() { in GetTypeId() function
146 h.type_ = GetTypeId<T>();
163 assert(h.type_ == GetTypeId<T>() && "type mismatch");
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass()
Dvalidate_image.cpp256 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
289 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
323 const uint32_t dx_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
324 const uint32_t dy_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
361 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands()
389 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands()
421 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands()
469 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
483 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
Dvalidation_state.cpp569 uint32_t ValidationState_t::GetTypeId(uint32_t id) const { in GetTypeId() function in spvtools::val::ValidationState_t
849 return GetTypeId(inst->GetOperandAs<uint32_t>(operand_index)); in GetOperandTypeId()
Dvalidation_state.h533 uint32_t GetTypeId(uint32_t id) const;
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_primitives.cpp52 const uint32_t stream_type = _.GetTypeId(stream_id); in PrimitivesPass()
Dvalidate_image.cpp256 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
289 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
323 const uint32_t dx_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
324 const uint32_t dy_type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
361 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands()
389 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands()
421 const uint32_t type_id = _.GetTypeId(id); in ValidateImageOperands()
469 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
483 const uint32_t type_id = _.GetTypeId(inst->word(word_index++)); in ValidateImageOperands()
Dvalidation_state.cpp586 uint32_t ValidationState_t::GetTypeId(uint32_t id) const { in GetTypeId() function in spvtools::val::ValidationState_t
866 return GetTypeId(inst->GetOperandAs<uint32_t>(operand_index)); in GetOperandTypeId()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h459 TypeId GetTestCaseTypeId() const override { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h521 TypeId GetTypeId() { in GetTypeId() function
689 GetTypeId<FixtureClass>(), in Register()
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h492 TypeId GetTypeId() { in GetTypeId() function
660 GetTypeId<FixtureClass>(), in Register()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h512 TypeId GetTypeId() { in GetTypeId() function
680 GetTypeId<FixtureClass>(), in Register()
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc170 using testing::internal::GetTypeId;
271 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>()); in TEST()
272 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>()); in TEST()
279 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>()); in TEST()
280 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>()); in TEST()
281 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
282 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
283 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
284 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>()); in TEST()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h447 TypeId GetTypeId() { in GetTypeId() function
646 GetTypeId<FixtureClass>(), in Register()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h447 TypeId GetTypeId() { in GetTypeId() function
646 GetTypeId<FixtureClass>(), in Register()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h512 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
683 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h435 TypeId GetTypeId() { in GetTypeId() function
671 code_location, GetTypeId<FixtureClass>(), TestClass::SetUpTestCase,
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h516 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); } in GetTestCaseTypeId()
688 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) { in GetTestCasePatternHolder()
Dgtest-internal.h447 TypeId GetTypeId() { in GetTypeId() function
646 GetTypeId<FixtureClass>(), in Register()
/external/googletest/googletest/test/
Dgtest_unittest.cc251 using testing::internal::GetTypeId;
357 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>()); in TEST()
358 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>()); in TEST()
365 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>()); in TEST()
366 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>()); in TEST()
367 EXPECT_NE(GetTypeId<int>(), GetTestTypeId()); in TEST()
368 EXPECT_NE(GetTypeId<SubClassOfTest>(), GetTestTypeId()); in TEST()
369 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTestTypeId()); in TEST()
370 EXPECT_NE(GetTypeId<AnotherSubClassOfTest>(), GetTypeId<SubClassOfTest>()); in TEST()
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h502 TypeId GetTestSuiteTypeId() const override { return GetTypeId<TestSuite>(); } in GetTestSuiteTypeId()
671 if (test_suite_info->GetTestSuiteTypeId() != GetTypeId<TestSuite>()) { in GetTestSuitePatternHolder()

12