Home
last modified time | relevance | path

Searched refs:remove_pointer (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dremove_pointer.hpp63 template <class T> struct remove_pointer{ typedef typename boost::detail::remove_pointer_imp2<T>::t… argument
67 template <class T> struct remove_pointer{ typedef T type; };
68 template <class T> struct remove_pointer<T*>{ typedef T type; };
69 template <class T> struct remove_pointer<T*const>{ typedef T type; };
70 template <class T> struct remove_pointer<T*volatile>{ typedef T type; };
71 template <class T> struct remove_pointer<T*const volatile>{ typedef T type; };
77 template <class T> using remove_pointer_t = typename remove_pointer<T>::type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmeta_utils.hpp135 template< class T > struct remove_pointer { typedef T type; }; argument
136 template< class T > struct remove_pointer<T*> { typedef T type; }; argument
137 template< class T > struct remove_pointer<T* const> { typedef T type; }; struct
138 template< class T > struct remove_pointer<T* volatile> { typedef T type; }; argument
139 template< class T > struct remove_pointer<T* const volatile> { typedef T type; }; struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Daccess.hpp118 …return traits::indexed_access<typename boost::remove_pointer<Geometry>::type, Index, Dimension>::g… in get()
122 …traits::indexed_access<typename boost::remove_pointer<Geometry>::type, Index, Dimension>::set(*geo… in set()
183 return traits::access<typename boost::remove_pointer<Point>::type, Dimension>::get(*point); in get()
187 traits::access<typename boost::remove_pointer<Point>::type, Dimension>::set(*p, value); in set()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dhas_binary_operator.hpp206 …st::remove_cv< typename ::boost::remove_reference< typename ::boost::remove_pointer<Lhs_noref>::ty…
207 …st::remove_cv< typename ::boost::remove_reference< typename ::boost::remove_pointer<Rhs_noref>::ty…
H A Dcomposite_member_pointer_type.hpp100 typedef typename boost::remove_pointer<CPT>::type CT;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dbare_type.hpp36 typename boost::remove_pointer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtraits.hpp20 … && is_utf16char_like<typename std::remove_pointer<T>::type>::value>;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dvalue.hpp109 is_function<typename remove_pointer<T>::type>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp189 typename remove_pointer<T>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/unique_resource/cba309e/include/
H A Dunique_resource.hpp79 typename std::remove_pointer<R>::type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/
H A Dcv_traits.hpp122 typename boost::remove_pointer<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp39 using boost::move_detail::remove_pointer;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dtype_traits480 /// remove_pointer
482 struct remove_pointer
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dunique_ptr.h520 typename remove_pointer<_Up>::type(*)[], in _GLIBCXX_VISIBILITY()
701 typename remove_pointer<_Up>::type(*)[], in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dunique_ptr.h520 typename remove_pointer<_Up>::type(*)[], in _GLIBCXX_VISIBILITY()
701 typename remove_pointer<_Up>::type(*)[], in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dtype_traits480 /// remove_pointer
482 struct remove_pointer
H A Dshared_ptr.h299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dpropagate_const145 static_assert(!(is_pointer<_Tp>::value && is_function<typename remove_pointer<_Tp>::type>::value),
147 …static_assert(!(is_pointer<_Tp>::value && is_same<typename remove_cv<typename remove_pointer<_Tp>:…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dpropagate_const145 static_assert(!(is_pointer<_Tp>::value && is_function<typename remove_pointer<_Tp>::type>::value),
147 …static_assert(!(is_pointer<_Tp>::value && is_same<typename remove_cv<typename remove_pointer<_Tp>:…
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits75 template <class T> struct remove_pointer;
202 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
1202 // remove_pointer
1204 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _Tp t…
1205 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp*> {typedef _Tp t…
1206 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const> {typedef _Tp t…
1207 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* volatile> {typedef _Tp t…
1208 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const volatile> {typedef _Tp t…
1211 template <class _Tp> using remove_pointer_t = typename remove_pointer<_Tp>::type;
2989 … is_function<typename remove_pointer<typename remove_reference<_Fn>::type>::type>::value,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits75 template <class T> struct remove_pointer;
202 using remove_pointer_t = typename remove_pointer<T>::type; // C++14
1202 // remove_pointer
1204 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer {typedef _Tp t…
1205 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp*> {typedef _Tp t…
1206 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const> {typedef _Tp t…
1207 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* volatile> {typedef _Tp t…
1208 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS remove_pointer<_Tp* const volatile> {typedef _Tp t…
1211 template <class _Tp> using remove_pointer_t = typename remove_pointer<_Tp>::type;
2989 … is_function<typename remove_pointer<typename remove_reference<_Fn>::type>::type>::value,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dpropagate_const106 static_assert(__and_<is_object<typename remove_pointer<_Tp>::type>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dpropagate_const106 static_assert(__and_<is_object<typename remove_pointer<_Tp>::type>,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dgimple.h41 template<typename T> struct remove_pointer { typedef T type; }; argument
42 template<typename T> struct remove_pointer<T *> { typedef T type; };
75 remove_pointer<T>::type::code_, ERROR_MARK);
94 remove_pointer<T>::type::code_, ERROR_MARK);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dgimple.h41 template<typename T> struct remove_pointer { typedef T type; }; struct
42 template<typename T> struct remove_pointer<T *> { typedef T type; };
75 remove_pointer<T>::type::code_, ERROR_MARK);
94 remove_pointer<T>::type::code_, ERROR_MARK);

12