| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | remove_pointer.hpp | 63 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 D | meta_utils.hpp | 135 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 D | access.hpp | 118 …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 D | has_binary_operator.hpp | 206 …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 D | composite_member_pointer_type.hpp | 100 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 D | bare_type.hpp | 36 typename boost::remove_pointer
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | traits.hpp | 20 … && 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 D | value.hpp | 109 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 D | indirect_traits.hpp | 189 typename remove_pointer<T>::type
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/unique_resource/cba309e/include/ |
| H A D | unique_resource.hpp | 79 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 D | cv_traits.hpp | 122 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 D | mpl.hpp | 39 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 D | type_traits | 480 /// 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 D | unique_ptr.h | 520 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 D | unique_ptr.h | 520 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 D | type_traits | 480 /// remove_pointer 482 struct remove_pointer
|
| H A D | shared_ptr.h | 299 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 D | propagate_const | 145 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 D | propagate_const | 145 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 D | type_traits | 75 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 D | type_traits | 75 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 D | propagate_const | 106 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 D | propagate_const | 106 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 D | gimple.h | 41 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 D | gimple.h | 41 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);
|