Home
last modified time | relevance | path

Searched defs:is_same (Results 1 – 25 of 30) sorted by relevance

12

/third_party/boost/boost/type_traits/
Dis_same.hpp29 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/
Dtest_builder.h20 template<class T, class U> struct is_same { static const bool value = false; }; struct
/third_party/boost/boost/core/
Dis_same.hpp26 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/
Dtype_traits.hpp131 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/
Dmeta_utils_core.hpp111 struct is_same struct
113 static const bool value = false;
117 struct is_same<T, T> struct
119 static const bool value = true;
Dunique_ptr_meta_utils.hpp289 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/
Dpoint_type.cpp48 static const bool is_same = boost::is_same<typename bg::point_type<G>::type, Expected>::value; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local
Dtag.cpp45 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/
Dselect_most_precise.cpp27 bool is_same = boost::is_same<type, ExpectedType>::type::value; in test() local
/third_party/flatbuffers/include/flatbuffers/
Dstl_emulation.h158 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/
Decma-builtin-regexp.c97 … 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/
Dmp_transform.cpp42 template<class T, class U> using is_same = typename std::is_same<T, U>::type; typedef
Dmp_transform_q.cpp48 template<class T, class U> using is_same = typename std::is_same<T, U>::type; typedef
/third_party/mesa3d/src/amd/vulkan/
Dradv_llvm_helper.cpp57 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/
Drefmanual.rst70 .. |is_same| replace:: is_same substdef
/third_party/boost/libs/fusion/test/sequence/
Dmap_misc.cpp29 struct is_same struct
Dmisc.hpp29 struct is_same struct
/third_party/skia/experimental/tools/
Dpdf-comparison.py94 def is_same(path1, path2): function
/third_party/iptables/libiptc/
Dlibip6tc.c205 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, in is_same() function
Dlibip4tc.c172 is_same(const STRUCT_ENTRY *a, const STRUCT_ENTRY *b, unsigned char *matchmask) in is_same() function
/third_party/boost/boost/numeric/ublas/tensor/
Dmulti_index_utility.hpp202 …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/
Dconv.py872 def _deconv_output_length(is_valid, is_same, is_pad, input_length, filter_size, stride_size, dilati… argument
/third_party/iptables/iptables/
Dnft-shared.h78 bool (*is_same)(const void *data_a, member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dtypes.cpp407 bool is_same = element_type_->IsSameImpl(at->element_type_, seen); in IsSameImpl() local
/third_party/spirv-tools/source/opt/
Dtypes.cpp407 bool is_same = element_type_->IsSameImpl(at->element_type_, seen); in IsSameImpl() local

12