Searched defs:same_type (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-stdinitializerlist.cpp | 41 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/ |
D | standard_policies.hpp | 94 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/ |
D | standard_policies.hpp | 94 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 D | Copy.cu | 180 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/ |
D | misc_concept.hpp | 26 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 D | p11.cpp | 6 template<typename T> struct same_type<T, T> {}; struct
|
H A D | p7.cpp | 9 template<typename T> struct same_type<T, T> {}; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | key_nodeptr_comp.hpp | 77 … 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/ |
D | iterator_facade.cpp | 129 void same_type(U const&) in same_type() function
|
/aosp_15_r20/external/cronet/base/android/ |
H A D | scoped_java_ref_unittest.cc | 307 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/ |
D | value.rs | 210 pub fn same_type(&self, other: &Value) -> bool { in same_type() method
|