/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | remove_all_extents.hpp | 18 template <class T> struct remove_all_extents{ typedef T type; }; struct 21 template <class T, std::size_t N> struct remove_all_extents<T[N]> : public remove_all_extents<T>{}; struct 22 template <class T, std::size_t N> struct remove_all_extents<T const[N]> : public remove_all_extents… struct 23 template <class T, std::size_t N> struct remove_all_extents<T volatile[N]> : public remove_all_exte… struct 24 template <class T, std::size_t N> struct remove_all_extents<T const volatile[N]> : public remove_al… struct 26 template <class T> struct remove_all_extents<T[]> : public remove_all_extents<T>{}; struct 27 template <class T> struct remove_all_extents<T const[]> : public remove_all_extents<T const>{}; struct 28 template <class T> struct remove_all_extents<T volatile[]> : public remove_all_extents<T volatile>{… struct 29 template <class T> struct remove_all_extents<T const volatile[]> : public remove_all_extents<T cons… struct
|
/external/sdv/vsomeip/third_party/boost/align/test/ |
D | alignment_of_test.cpp | 31 struct remove_all_extents { struct 36 struct remove_all_extents<T[]> { struct 37 typedef typename remove_all_extents<T>::type type; argument 41 struct remove_all_extents<T[N]> { struct 42 typedef typename remove_all_extents<T>::type type; argument
|
/external/cronet/tot/third_party/libc++/src/include/__type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents { struct 24 using type _LIBCPP_NODEBUG = __remove_all_extents(_Tp); argument
|
/external/cronet/stable/third_party/libc++/src/include/__type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents { struct 24 using type _LIBCPP_NODEBUG = __remove_all_extents(_Tp); argument
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents { struct 24 using type _LIBCPP_NODEBUG = __remove_all_extents(_Tp); argument
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents { struct 24 using type _LIBCPP_NODEBUG = __remove_all_extents(_Tp); argument
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents : cpp::type_identity<remove_all_extents_t<T>> {}; struct
|
/external/llvm-libc/src/__support/CPP/type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents : cpp::type_identity<remove_all_extents_t<T>> {}; struct
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/type_traits/ |
D | remove_all_extents.h | 23 struct remove_all_extents : cpp::type_identity<remove_all_extents_t<T>> {}; struct
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.unary/ |
D | dependent_return_type.compile.pass.cpp | 82 std::remove_all_extents_t<T> remove_all_extents() { in remove_all_extents() function
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.unary/ |
D | dependent_return_type.compile.pass.cpp | 82 std::remove_all_extents_t<T> remove_all_extents() { in remove_all_extents() function
|
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | type_traits.hpp | 649 struct remove_all_extents struct 650 { typedef T type;}; 653 struct remove_all_extents<T[]> struct 654 { typedef typename remove_all_extents<T>::type type; }; 657 struct remove_all_extents<T[N]> struct 658 { typedef typename remove_all_extents<T>::type type;};
|