| /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/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/util/ |
| D | select_most_precise.cpp | 27 bool is_same = boost::is_same<type, ExpectedType>::type::value; in test() local
|
| /third_party/boost/libs/geometry/test/core/ |
| 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
|
| 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
|
| /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/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/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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | types.cpp | 407 bool is_same = element_type_->IsSameImpl(at->element_type_, seen); in IsSameImpl() local
|
| /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/ffmpeg/libavfilter/ |
| D | vf_floodfill.c | 45 int (*is_same)(AVFrame *frame, int x, int y, member
|
| /third_party/quickjs/ |
| D | quickjs.c | 46622 BOOL is_same; in js_promise_resolve() local
|