| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/ |
| H A D | pointer_traits.hpp | 29 return boost::pointer_traits<U>::to_address(v); in ptr_traits_address() 43 to_address(const T& v) BOOST_NOEXCEPT { in to_address() function 55 static T* to_address(T* v) BOOST_NOEXCEPT { in to_address() function 214 static element_type* to_address(const pointer& v) BOOST_NOEXCEPT { in to_address() function 236 static T* to_address(T* v) BOOST_NOEXCEPT { in to_address() function 244 to_address(const T& v) BOOST_NOEXCEPT in to_address() function 246 return pointer_traits<T>::to_address(v); in to_address() 251 to_address(T* v) BOOST_NOEXCEPT in to_address() function
|
| /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 | ptr_traits.h | 171 -> decltype(std::pointer_traits<_Ptr>::to_address(__ptr)) in _GLIBCXX_VISIBILITY() 172 { return std::pointer_traits<_Ptr>::to_address(__ptr); } in _GLIBCXX_VISIBILITY() 194 to_address(_Tp* __ptr) noexcept in _GLIBCXX_VISIBILITY() 206 to_address(const _Ptr& __ptr) noexcept in _GLIBCXX_VISIBILITY()
|
| H A D | iterator_concepts.h | 661 { std::to_address(__i) } in _GLIBCXX_VISIBILITY()
|
| H A D | range_access.h | 835 return std::to_address(_Begin{}(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator.h | 2120 { return std::to_address(_M_current); }
|
| /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 | ptr_traits.h | 171 -> decltype(std::pointer_traits<_Ptr>::to_address(__ptr)) in _GLIBCXX_VISIBILITY() 172 { return std::pointer_traits<_Ptr>::to_address(__ptr); } in _GLIBCXX_VISIBILITY() 194 to_address(_Tp* __ptr) noexcept in _GLIBCXX_VISIBILITY() 206 to_address(const _Ptr& __ptr) noexcept in _GLIBCXX_VISIBILITY()
|
| H A D | iterator_concepts.h | 661 { std::to_address(__i) } in _GLIBCXX_VISIBILITY()
|
| H A D | range_access.h | 835 return std::to_address(_Begin{}(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator.h | 2120 { return std::to_address(_M_current); }
|
| /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 D | span | 162 : _M_extent(__count), _M_ptr(std::to_address(__first)) 177 _M_ptr(std::to_address(__first))
|
| H A D | string_view | 143 : _M_len(__last - __first), _M_str(std::to_address(__first))
|
| H A D | ranges | 135 { return to_address(ranges::begin(_M_derived())); } 141 { return to_address(ranges::begin(_M_derived())); }
|
| /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 D | span | 162 : _M_extent(__count), _M_ptr(std::to_address(__first)) 177 _M_ptr(std::to_address(__first))
|
| H A D | string_view | 143 : _M_len(__last - __first), _M_str(std::to_address(__first))
|
| H A D | ranges | 135 { return to_address(ranges::begin(_M_derived())); } 141 { return to_address(ranges::begin(_M_derived())); }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/ |
| H A D | variant_dynamic.hpp | 188 …Al::construct(alloc_node, boost::pointer_traits<P>::to_address(p), Node(alloc_node)); // implicit … in apply()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smbdirect.c | 1896 char *to_address; in smbd_recv_page() local 1909 to_address = (char *) page_address + page_offset; in smbd_recv_page() 1912 page, to_address, to_read); in smbd_recv_page() 1914 ret = smbd_recv_buf(info, to_address, to_read); in smbd_recv_page()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | memory | 49 template <class T> constexpr T* to_address(T* p) noexcept; // C++20 50 template <class Ptr> auto to_address(const Ptr& p) noexcept; // C++20 1124 -> decltype(pointer_traits<_Pointer>::to_address(__p)) 1126 return pointer_traits<_Pointer>::to_address(__p); 1140 to_address(_Tp* __p) _NOEXCEPT 1149 to_address(const _Pointer& __p) _NOEXCEPT
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | memory | 49 template <class T> constexpr T* to_address(T* p) noexcept; // C++20 50 template <class Ptr> auto to_address(const Ptr& p) noexcept; // C++20 1124 -> decltype(pointer_traits<_Pointer>::to_address(__p)) 1126 return pointer_traits<_Pointer>::to_address(__p); 1140 to_address(_Tp* __p) _NOEXCEPT 1149 to_address(const _Pointer& __p) _NOEXCEPT
|