/third_party/boost/boost/type_traits/ |
D | is_same.hpp | 29 template <class T, class U> struct is_same : public false_type {}; struct 30 template <class T> struct is_same<T,T> : public true_type {}; struct 34 template <class T> struct is_same<T&, T&> : public true_type{}; struct
|
/third_party/flatbuffers/tests/ |
D | test_builder.h | 20 template<class T, class U> struct is_same { static const bool value = false; }; struct
|
/third_party/boost/boost/core/ |
D | is_same.hpp | 26 template< class T1, class T2 > struct is_same struct 31 template< class T > struct is_same< T, T > struct
|
/third_party/boost/boost/interprocess/detail/ |
D | type_traits.hpp | 131 struct is_same struct 133 typedef char yes_type; 134 struct no_type 143 static T *t; 144 static U *u; 146 static const bool value = sizeof(yes_type) == sizeof(is_same_tester(t,u));
|
/third_party/boost/boost/move/detail/ |
D | meta_utils_core.hpp | 111 struct is_same struct 113 static const bool value = false; 117 struct is_same<T, T> struct 119 static const bool value = true;
|
D | unique_ptr_meta_utils.hpp | 289 struct is_same struct 291 static const bool value = false; 295 struct is_same<T, T> struct 297 static const bool value = true;
|
/third_party/boost/libs/geometry/test/core/ |
D | point_type.cpp | 48 static const bool is_same = boost::is_same<typename bg::point_type<G>::type, Expected>::value; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local
|
D | tag.cpp | 45 static const bool is_same = boost::is_same<typename bg::tag<G>::type, Expected>::value; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local
|
/third_party/boost/libs/geometry/test/util/ |
D | select_most_precise.cpp | 27 bool is_same = boost::is_same<type, ExpectedType>::type::value; in test() local
|
/third_party/flatbuffers/include/flatbuffers/ |
D | stl_emulation.h | 158 template <typename T, typename U> using is_same = std::is_same<T,U>; variable 172 template <typename T, typename U> using is_same = std::tr1::is_same<T,U>; variable
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-regexp.c | 97 … bool is_same = ecma_op_same_value (ecma_make_object_value (new_target_p), pattern_constructor); in ecma_builtin_regexp_dispatch_helper() local
|
/third_party/boost/libs/mp11/test/ |
D | mp_transform.cpp | 42 template<class T, class U> using is_same = typename std::is_same<T, U>::type; typedef
|
D | mp_transform_q.cpp | 48 template<class T, class U> using is_same = typename std::is_same<T, U>::type; typedef
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_llvm_helper.cpp | 57 bool is_same(enum radeon_family arg_family, enum ac_target_machine_options arg_tm_options, in is_same() function in radv_llvm_per_thread_info
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | refmanual.rst | 70 .. |is_same| replace:: is_same substdef
|
/third_party/boost/libs/fusion/test/sequence/ |
D | map_misc.cpp | 29 struct is_same struct
|
D | misc.hpp | 29 struct is_same struct
|
/third_party/skia/experimental/tools/ |
D | pdf-comparison.py | 94 def is_same(path1, path2): function
|
/third_party/iptables/libiptc/ |
D | libip6tc.c | 205 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, in is_same() function
|
D | libip4tc.c | 172 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) in is_same() function
|
/third_party/boost/boost/numeric/ublas/tensor/ |
D | multi_index_utility.hpp | 202 …static constexpr auto is_same = std::is_same< std::decay_t<itype>, std::decay_t<std::tuple_element… member
|
/third_party/mindspore/mindspore/nn/layer/ |
D | conv.py | 872 def _deconv_output_length(is_valid, is_same, is_pad, input_length, filter_size, stride_size, dilati… argument
|
/third_party/iptables/iptables/ |
D | nft-shared.h | 78 bool (*is_same)(const void *data_a, member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.cpp | 407 bool is_same = element_type_->IsSameImpl(at->element_type_, seen); in IsSameImpl() local
|
/third_party/spirv-tools/source/opt/ |
D | types.cpp | 407 bool is_same = element_type_->IsSameImpl(at->element_type_, seen); in IsSameImpl() local
|