/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 265 !std::is_same<LookupKey, Key>::value && in can_have_multiple_equivalent_keys() 266 !std::is_same<key_compare, StringBtreeDefaultLess>::value && in can_have_multiple_equivalent_keys() 267 !std::is_same<key_compare, StringBtreeDefaultGreater>::value); in can_have_multiple_equivalent_keys() 501 (std::is_same<std::less<key_type>, key_compare>::value || 502 std::is_same<std::greater<key_type>, 979 std::is_same<btree_iterator<N, R, P>, iterator>::value && 980 std::is_same<btree_iterator, const_iterator>::value, 992 std::is_same<btree_iterator<N, R, P>, const_iterator>::value && 993 std::is_same<btree_iterator, iterator>::value, 1890 static_assert(std::is_same<btre in copy_or_move_values_in_order() [all...] |
/third_party/gn/src/base/numerics/ |
H A D | clamped_math_impl.h | 85 static_assert(std::is_same<V, result_type>::value || in Do() 112 static_assert(std::is_same<V, result_type>::value || in Do()
|
/third_party/node/src/ |
H A D | node_credentials.cc | 217 static_assert(std::is_same<uid_t, uint32_t>::value); in uid_by_name() 227 static_assert(std::is_same<gid_t, uint32_t>::value); in gid_by_name()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | tnode.h | 223 std::is_same<ExternalReference, T>::value; 270 std::conjunction<std::is_same<U, MaybeObject>,
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | clamped_math_impl.h | 92 std::is_same<V, result_type>::value || IsTypeInRangeForNumericType<U, V>::value, in Do() 120 std::is_same<V, result_type>::value || IsTypeInRangeForNumericType<U, V>::value, in Do()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandValidation.cpp | 108 static_assert(std::is_same<A, uint32_t>::value, "'a' must be uint32_t"); in Safe32x32() 109 static_assert(std::is_same<B, uint32_t>::value, "'b' must be uint32_t"); in Safe32x32()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | ArrayRef.h | 242 typename std::enable_if<std::is_same<U, T>::value, ArrayRef<T>>::type & 250 typename std::enable_if<std::is_same<U, T>::value, ArrayRef<T>>::type &
|
H A D | APFloat.h | 749 static_assert(std::is_same<T, IEEEFloat>::value || in usesLayout() 750 std::is_same<T, DoubleAPFloat>::value, ""); in usesLayout() 751 if (std::is_same<T, DoubleAPFloat>::value) { in usesLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ArrayRef.h | 259 typename std::enable_if<std::is_same<U, T>::value, ArrayRef<T>>::type & 267 typename std::enable_if<std::is_same<U, T>::value, ArrayRef<T>>::type &
|
H A D | iterator.h | 198 std::is_same<T, typename std::iterator_traits< 202 std::is_same<T, typename std::iterator_traits<
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | stl_type_traits.h | 56 struct IsArrayImpl<A<T, N>> : std::is_same<A<T, N>, std::array<T, N>> {}; 63 struct IsBitsetImpl<B<N>> : std::is_same<B<N>, std::bitset<N>> {};
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_cat.h | 280 (std::is_same<T, std::vector<bool>::reference>::value || 281 std::is_same<T, std::vector<bool>::const_reference>::value)>::type* =
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | any.h | 230 std::is_same<any, VT>, IsInPlaceType<VT>, 276 absl::negation<std::is_same<VT, any>>,
|
/third_party/skia/experimental/tools/ |
H A D | pdf-comparison.py | 94 def is_same(path1, path2): function 263 if is_same(cpath, epath):
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-function-mocker_test.cc | 860 return std::is_same<F, Expected>::value; in IsMockFunctionTemplateArgumentDeducedTo() 894 EXPECT_TRUE((std::is_same<ForRawSignature, ForStdFunction>::value)); in TYPED_TEST() 912 EXPECT_TRUE((std::is_same<ForRawSignature, ForStdFunction>::value)); in TYPED_TEST()
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.cc | 112 std::is_same<THeapObjectSlot, FullHeapObjectSlot>::value || in HandleSlot() 113 std::is_same<THeapObjectSlot, HeapObjectSlot>::value, in HandleSlot() 136 DCHECK((std::is_same<THeapObjectSlot, HeapObjectSlot>::value)); in HandleSlot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | JSON.h | 334 typename = typename std::enable_if<std::is_same<T, bool>::value>::type, 343 typename = typename std::enable_if<!std::is_same<T, bool>::value>::type> 357 typename = typename std::enable_if<std::is_same<
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64AddressingModes.h | 766 if (std::is_same<int8_t, typename std::make_signed<T>::type>::value) in isSVECpyImm() 769 if (std::is_same<int16_t, typename std::make_signed<T>::type>::value) in isSVECpyImm() 779 std::is_same<int8_t, typename std::make_signed<T>::type>::value; in isSVEAddSubImm()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | randen_engine_test.cc | 182 static_assert(std::is_same<decltype(std::declval<E>()()), T>::value, in TYPED_TEST() 228 static_assert(std::is_same<decltype(x == y), bool>::value, in TYPED_TEST() 231 static_assert(std::is_same<decltype(x != y), bool>::value, in TYPED_TEST()
|
H A D | pcg_engine_test.cc | 181 static_assert(std::is_same<decltype(std::declval<E>()()), T>::value, in TYPED_TEST() 227 static_assert(std::is_same<decltype(x == y), bool>::value, in TYPED_TEST() 230 static_assert(std::is_same<decltype(x != y), bool>::value, in TYPED_TEST()
|
/third_party/json/single_include/nlohmann/ |
H A D | json.hpp | 168 #include <type_traits> // is_arithmetic, is_same, is_enum, underlying_type, is_convertible 307 using is_detected_exact = std::is_same<Expected, detected_t<Op, Args...>>; 3054 #include <type_traits> // conditional, enable_if, false_type, integral_constant, is_constructible, is_integral, is_same, remove_cv, remove_reference, true_type 3226 #include <type_traits> // false_type, is_constructible, is_integral, is_same, true_type 3457 || std::is_same<BasicJsonContext, std::nullptr_t>::value > 3667 static constexpr bool value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin; 3728 std::is_same < 3778 !std::is_same<CompatibleArrayType, detected_t<range_value_t, CompatibleArrayType>>::value >> 3795 enable_if_t<std::is_same<ConstructibleArrayTyp [all...] |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 898 static auto CheckDebugString(C*) -> typename std::is_same< 904 static auto CheckShortDebugString(C*) -> typename std::is_same< 997 std::is_same<typename std::remove_const< 1398 std::is_same<typename std::remove_cv<typename std::remove_reference< \
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 883 static auto CheckDebugString(C*) -> typename std::is_same< 889 static auto CheckShortDebugString(C*) -> typename std::is_same< 984 std::is_same<typename std::remove_const< 1385 std::is_same<typename std::remove_cv<typename std::remove_reference< \
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | float_conversion.cc | 951 if (std::is_same<long double, Float>()) { 1086 (!std::is_same<Float, long double>::value || 1087 !std::is_same<Int, uint64_t>::value) && 1095 absl::conditional_t<std::is_same<long double, Float>::value, uint128,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing.h | 1044 std::is_same<StrictnessDomain, RegularityDomain>::value, 1160 absl::enable_if_t<std::is_same< 1206 absl::enable_if_t<std::is_same< 1221 absl::void_t<absl::enable_if_t<std::is_same<
|