Home
last modified time | relevance | path

Searched refs:is_same (Results 201 - 225 of 350) sorted by relevance

12345678910>>...14

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h118 template <typename ValueType, enable_if_t<!std::is_same<decay_t<ValueType>, Any>::value &&
147 template <typename ValueType, enable_if_t<!std::is_same<decay_t<ValueType>, Any>::value &&
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-matchers.h303 typename std::enable_if<!std::is_same<U, const U&>::value>::type* = in MatcherBase()
339 typename std::enable_if<!std::is_same<U, const U&>::value>::type* = in Matcher()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h426 if (std::is_same<ElementType, double>::value || in FromNumber()
427 std::is_same<ElementType, float>::value) { in FromNumber()
/third_party/skia/src/sksl/
H A DSkSLConstantFolder.cpp310 if constexpr (!std::is_same<T, bool>::value) { in fold_float_expression()
324 if constexpr (!std::is_same<T, bool>::value) { in fold_int_expression()
/third_party/skia/third_party/externals/dawn/src/common/
H A DResult.h311 static_assert(std::is_same<T, TChild>::value || std::is_base_of<T, TChild>::value, ""); in Result()
318 static_assert(std::is_same<T, TChild>::value || std::is_base_of<T, TChild>::value, ""); in operator =()
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
H A Dtype_traits.h704 static_assert(std::is_same<ReturnType, NAT>::value || in DoIt()
705 std::is_same<ReturnType, size_t>::value, in DoIt()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1437 DE_ASSERT((std::is_same<VkPhysicalDeviceVulkan11Features, StructType>::value)); in checkFeatures()
1459 DE_ASSERT((std::is_same<VkPhysicalDeviceRayTracingPipelineFeaturesKHR, StructType>::value)); in checkFeatures()
1466 DE_ASSERT((std::is_same<VkPhysicalDeviceMultiviewFeatures, StructType>::value)); in checkFeatures()
1478 DE_ASSERT((std::is_same<VkPhysicalDeviceRobustness2FeaturesEXT, StructType>::value)); in checkFeatures()
1487 DE_ASSERT((std::is_same<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, StructType>::value)); in checkFeatures()
1497 DE_ASSERT((std::is_same<VkPhysicalDeviceShaderAtomicFloatFeaturesEXT, StructType>::value)); in checkFeatures()
1515 DE_ASSERT((std::is_same<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT, StructType>::value)); in checkFeatures()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp1434 DE_ASSERT((std::is_same<VkPhysicalDeviceVulkan11Features, StructType>::value)); in checkFeatures()
1456 DE_ASSERT((std::is_same<VkPhysicalDeviceRayTracingPipelineFeaturesKHR, StructType>::value)); in checkFeatures()
1463 DE_ASSERT((std::is_same<VkPhysicalDeviceMultiviewFeatures, StructType>::value)); in checkFeatures()
1475 DE_ASSERT((std::is_same<VkPhysicalDeviceRobustness2FeaturesEXT, StructType>::value)); in checkFeatures()
1484 DE_ASSERT((std::is_same<VkPhysicalDeviceShaderImageAtomicInt64FeaturesEXT, StructType>::value)); in checkFeatures()
1494 DE_ASSERT((std::is_same<VkPhysicalDeviceShaderAtomicFloatFeaturesEXT, StructType>::value)); in checkFeatures()
1512 DE_ASSERT((std::is_same<VkPhysicalDeviceShaderAtomicFloat2FeaturesEXT, StructType>::value)); in checkFeatures()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp128 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::PhysicalDevice>::value, int>::type>
304 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::QueueFamilyProperties>::value, int>::type>
501 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::ExtensionProperties>::value, int>::type>
577 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::ExtensionProperties>::value, int>::type>
650 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::LayerProperties>::value, int>::type>
720 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::LayerProperties>::value, int>::type>
1197 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::SparseImageMemoryRequirements>::value, int>::type>
1288 typename std::enable_if<std::is_same<typename B1::value_type, VULKAN_HPP_NAMESPACE::SparseImageFormatProperties>::value, int>::type>
2647 typename std::enable_if<std::is_same<typename B1::value_type, uint8_t>::value, int>::type>
2750 typename std::enable_if<std::is_same<typenam
[all...]
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp76 #include <type_traits> // is_arithmetic, is_same, is_enum, underlying_type, is_convertible
2295 using is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>;
3029 #include <type_traits> // conditional, enable_if, false_type, integral_constant, is_constructible, is_integral, is_same, remove_cv, remove_reference, true_type
3198 #include <type_traits> // false_type, is_constructible, is_integral, is_same, true_type
3572 static constexpr bool value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin;
3633 std::is_same <
3674 !std::is_same<CompatibleArrayType, detected_t<range_value_t, CompatibleArrayType>>::value >>
3691 enable_if_t<std::is_same<ConstructibleArrayType,
3698 enable_if_t < !std::is_same<ConstructibleArrayTyp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h119 !std::is_same<typename std::remove_reference<Callable>::type, in function_ref()
1006 std::is_same<T, U>::value || is_one_of<T, Ts...>::value;
1164 std::is_same<typename std::iterator_traits<decltype(
1546 !std::is_same< in hasNItems()
1563 !std::is_same< in hasNItemsOrMore()
H A DAPFloat.h787 static_assert(std::is_same<T, IEEEFloat>::value || in usesLayout()
788 std::is_same<T, DoubleAPFloat>::value, ""); in usesLayout()
789 if (std::is_same<T, DoubleAPFloat>::value) { in usesLayout()
/foundation/multimedia/player_framework/services/utils/
H A Duri_helper.cpp72 if constexpr (std::is_same<int32_t, T>::value) { in StrToInt()
/kernel/linux/linux-6.6/include/linux/
H A Ddax.h253 loff_t len, bool *is_same,
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc88 static_assert(std::is_same<Node, TestHashNode>::value,
/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h372 static_assert(std::is_same<Element, RawElement>::value,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormatProviders.h38 : public std::integral_constant<bool, std::is_same<T, char>::value> {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatProviders.h38 : public std::integral_constant<bool, std::is_same<T, char>::value> {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp101 if (std::is_same<T, ForwardTemplateReference>::value) { in getOrCreateNode()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Duniform_real_distribution_test.cc171 if (!std::is_same<TypeParam, long double>::value) { in TYPED_TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcompressed_tuple.h248 absl::negation<std::is_same<void(CompressedTuple),
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_testing.h280 template <typename U, bool = disjunction<std::is_same<T, U>...>::value>
/third_party/skia/experimental/skrive/include/
H A DSkRive.h54 if constexpr(std::is_same<Component, T>::value) { in is()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_csync.cpp1128 using std::is_same; in operator ()()
1130 static_assert(is_same<T, reference_wrapper<int>>::value, ""); in operator ()()
1131 static_assert(is_same<U, reference_wrapper<const int>>::value, ""); in operator ()()
/third_party/json/tests/src/
H A Dunit-iterators2.cpp887 CHECK(std::is_same<json::iterator, std::ranges::iterator_t<json>>::value);
892 CHECK(std::is_same<items_type, iteration_proxy<json::iterator>>::value);
893 CHECK(std::is_same<iteration_proxy_value<json::iterator>, std::ranges::iterator_t<items_type>>::value);

Completed in 49 milliseconds

12345678910>>...14