Home
last modified time | relevance | path

Searched refs:add_pointer (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dadd_pointer.hpp23 struct add_pointer struct
28 struct add_pointer<T&> struct
33 struct add_pointer<T&const> struct
38 struct add_pointer<T&volatile> struct
43 struct add_pointer<T&const volatile> struct
51 struct add_pointer
61 template <class T> using add_pointer_t = typename add_pointer<T>::type;
H A Dfunction_traits.hpp168 public boost::detail::function_traits_helper<typename boost::add_pointer<Function>::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dget.hpp78 typedef typename add_pointer<T>::type pointer;
115 typename add_pointer<U>::type
121 typedef typename add_pointer<U>::type U_ptr; in relaxed_get()
130 typename add_pointer<const U>::type
136 typedef typename add_pointer<const U>::type U_ptr; in relaxed_get()
151 typedef typename add_pointer<U>::type U_ptr; in relaxed_get()
167 typedef typename add_pointer<const U>::type U_ptr; in relaxed_get()
184 typedef typename add_pointer<U>::type U_ptr; in relaxed_get()
198 typename add_pointer<U>::type
215 typename add_pointer<const U>::type
[all …]
/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 Dmemory84 is_convertible<typename add_pointer<_Up>::type, __pointer
207 return std::less<typename common_type<typename add_pointer<_Tp>::type,
208 typename add_pointer<_Up>::type
244 noexcept(noexcept(hash<typename add_pointer<_Tp>::type> {}(__t.get())))
246 return hash<typename add_pointer<_Tp>::type> {}(__t.get());
/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 Dmemory84 is_convertible<typename add_pointer<_Up>::type, __pointer
207 return std::less<typename common_type<typename add_pointer<_Tp>::type,
208 typename add_pointer<_Up>::type
244 noexcept(noexcept(hash<typename add_pointer<_Tp>::type> {}(__t.get())))
246 return hash<typename add_pointer<_Tp>::type> {}(__t.get());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/
H A Dclass_transform.hpp41 template<typename T> struct class_transform< T, add_pointer<_> >
50 template<typename T> struct class_transform< T, add_pointer< remove_cv<_> > >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp40 using boost::move_detail::add_pointer;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/ipc_server/
H A Dsocket_server.h59 add_pointer<void(int sockfd, char *buffer, int size)>::type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_facade.hpp124 , add_pointer<const value_type>
125 , add_pointer<value_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.hpp145 struct add_pointer struct
/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_traits489 /// add_pointer
491 struct add_pointer
/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_traits489 /// add_pointer
491 struct add_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/
H A Dtype_traits2022 /// add_pointer
2033 struct add_pointer
2042 /// Alias template for add_pointer
2044 using add_pointer_t = typename add_pointer<_Tp>::type;
2143 { typedef typename add_pointer<_Up>::type __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/
H A Dtype_traits2022 /// add_pointer
2033 struct add_pointer
2042 /// Alias template for add_pointer
2044 using add_pointer_t = typename add_pointer<_Tp>::type;
2143 { typedef typename add_pointer<_Up>::type __type; };
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany653 typedef typename add_pointer<_ValueType>::type _ReturnType;
H A Dtype_traits76 template <class T> struct add_pointer;
204 using add_pointer_t = typename add_pointer<T>::type; // C++14
1214 // add_pointer
1224 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS add_pointer
1228 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
1356 typename add_pointer<_Up>::type,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany653 typedef typename add_pointer<_ValueType>::type _ReturnType;
H A Dtype_traits76 template <class T> struct add_pointer;
204 using add_pointer_t = typename add_pointer<T>::type; // C++14
1214 // add_pointer
1224 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS add_pointer
1228 template <class _Tp> using add_pointer_t = typename add_pointer<_Tp>::type;
1356 typename add_pointer<_Up>::type,