/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 118 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 D | gtest-matchers.h | 303 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 D | wasm-objects-inl.h | 426 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 D | SkSLConstantFolder.cpp | 310 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 D | Result.h | 311 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 D | type_traits.h | 704 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 D | vktApiDeviceInitializationTests.cpp | 1437 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 D | vktApiDeviceInitializationTests.cpp | 1434 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 D | vulkan_funcs.hpp | 128 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 D | json_v3_10_5.hpp | 76 #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 D | STLExtras.h | 119 !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 D | APFloat.h | 787 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 D | uri_helper.cpp | 72 if constexpr (std::is_same<int32_t, T>::value) { in StrToInt()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dax.h | 253 loff_t len, bool *is_same,
|
/third_party/gn/src/gn/ |
H A D | hash_table_base_unittest.cc | 88 static_assert(std::is_same<Node, TestHashNode>::value,
|
/third_party/googletest/googlemock/include/gmock/internal/ |
H A D | gmock-internal-utils.h | 372 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 D | FormatProviders.h | 38 : 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 D | FormatProviders.h | 38 : 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 D | ItaniumManglingCanonicalizer.cpp | 101 if (std::is_same<T, ForwardTemplateReference>::value) { in getOrCreateNode()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
H A D | uniform_real_distribution_test.cc | 171 if (!std::is_same<TypeParam, long double>::value) { in TYPED_TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | compressed_tuple.h | 248 absl::negation<std::is_same<void(CompressedTuple),
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/ |
H A D | hash_testing.h | 280 template <typename U, bool = disjunction<std::is_same<T, U>...>::value>
|
/third_party/skia/experimental/skrive/include/ |
H A D | SkRive.h | 54 if constexpr(std::is_same<Component, T>::value) { in is()
|
/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_csync.cpp | 1128 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 D | unit-iterators2.cpp | 887 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);
|