Home
last modified time | relevance | path

Searched defs:same_type (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp41 struct same_type { static const bool value = false; }; argument
43 struct same_type<T, T> { static const bool value = true; }; struct
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
Dstandard_policies.hpp94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/
Dstandard_policies.hpp94 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef
122 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DCopy.cu180 bool same_type = iter.dtype(0) == iter.dtype(1); in copy_device_to_device() local
313 bool same_type = iter.dtype(0) == iter.dtype(1); in copy_kernel_cuda() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dmisc_concept.hpp26 template<typename T> void same_type(T,T) {} in same_type() function in boost::range_detail::SameTypeConcept
/aosp_15_r20/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp11.cpp6 template<typename T> struct same_type<T, T> {}; struct
H A Dp7.cpp9 template<typename T> struct same_type<T, T> {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dkey_nodeptr_comp.hpp77 … static const bool same_type = is_same<P1,const_node_ptr>::value || is_same<P1,node_ptr>::value; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/test/
Diterator_facade.cpp129 void same_type(U const&) in same_type() function
/aosp_15_r20/external/cronet/base/android/
H A Dscoped_java_ref_unittest.cc307 bool same_type = std::is_same_v<std::iterator_traits<It>::iterator_category, in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dvalue.rs210 pub fn same_type(&self, other: &Value) -> bool { in same_type() method