/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/ |
D | remove_cv.hpp | 21 template <class T> struct remove_cv{ typedef T type; }; argument 22 template <class T> struct remove_cv<T const>{ typedef T type; }; argument 23 template <class T> struct remove_cv<T volatile>{ typedef T type; }; struct 24 template <class T> struct remove_cv<T const volatile>{ typedef T type; }; argument 27 template <class T, std::size_t N> struct remove_cv<T const[N]>{ typedef T type[N]; }; struct 28 template <class T, std::size_t N> struct remove_cv<T const volatile[N]>{ typedef T type[N]; }; argument 29 template <class T, std::size_t N> struct remove_cv<T volatile[N]>{ typedef T type[N]; }; argument 31 template <class T> struct remove_cv<T const[]>{ typedef T type[]; }; struct 32 template <class T> struct remove_cv<T const volatile[]>{ typedef T type[]; }; argument 33 template <class T> struct remove_cv<T volatile[]>{ typedef T type[]; }; argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | has_member_function_callable_with.hpp | 70 template<typename T> struct remove_cv { typedef T type; }; argument 71 template<typename T> struct remove_cv<const T> { typedef T type; }; struct 72 template<typename T> struct remove_cv<const volatile T> { typedef T type; }; argument 73 template<typename T> struct remove_cv<volatile T> { typedef T type; }; struct
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/test/ |
D | alignment_of_test.cpp | 46 struct remove_cv { struct 51 struct remove_cv<const T> { argument 56 struct remove_cv<volatile T> { argument 61 struct remove_cv<const volatile T> { argument 68 typename remove_cv<typename remove_all_extents<typename argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__type_traits/ |
D | remove_cv.h | 24 struct remove_cv { struct 25 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__type_traits/ |
D | remove_cv.h | 21 struct remove_cv { struct 22 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__type_traits/ |
D | remove_cv.h | 23 struct remove_cv { struct 24 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__type_traits/ |
H A D | remove_cv.h | 23 struct remove_cv { struct 24 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__type_traits/ |
D | remove_cv.h | 21 struct remove_cv { struct 22 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__type_traits/ |
D | remove_cv.h | 23 struct remove_cv { struct 24 using type _LIBCPP_NODEBUG = __remove_cv(_Tp); argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | type_traits.hpp | 567 template<typename T> struct remove_cv { typedef T type; }; struct 568 template<typename T> struct remove_cv<const T> { typedef T type; }; argument 569 template<typename T> struct remove_cv<const volatile T> { typedef T type; }; argument 570 template<typename T> struct remove_cv<volatile T> { typedef T type; }; argument
|
D | unique_ptr_meta_utils.hpp | 176 struct remove_cv struct 179 <typename remove_const<T>::type>::type type;
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/type_traits/ |
H A D | remove_cv.h | 18 template <class T> struct remove_cv : cpp::type_identity<T> {}; struct
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/ |
H A D | dependent_return_type.compile.pass.cpp | 92 std::remove_cv_t<T> remove_cv() { in remove_cv() function
|