Searched refs:to_raw_pointer (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | to_raw_pointer.hpp | 32 BOOST_MOVE_FORCEINLINE T* to_raw_pointer(T* p) in to_raw_pointer() function 37 to_raw_pointer(const Pointer &p) in to_raw_pointer() function 38 { return ::boost::movelib::to_raw_pointer(p.operator->()); } in to_raw_pointer()
|
| H A D | iterator_to_raw_pointer.hpp | 52 return ::boost::movelib::to_raw_pointer in iterator_to_raw_pointer()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/ |
| H A D | pointer_traits.hpp | 204 static T* to_raw_pointer(T* p) in to_raw_pointer() function 209 to_raw_pointer(const Pointer &p) in to_raw_pointer() function 210 { return pointer_traits::to_raw_pointer(p.operator->()); } in to_raw_pointer() 226 { return uptr ? pointer_to(*static_cast<element_type*>(to_raw_pointer(uptr))) : pointer(); } in priv_static_cast_from()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | destroyers.hpp | 155 AllocTraits::destroy(m_alloc, boost::movelib::to_raw_pointer(m_ptr)); in ~scoped_destroy_deallocator() 205 value_type *raw_ptr = boost::movelib::to_raw_pointer(m_p); in ~scoped_destructor_n() 320 AllocTraits::destroy(a_, boost::movelib::to_raw_pointer(p)); in operator ()() 342 allocator_traits<Allocator>::destroy(a_, boost::movelib::to_raw_pointer(p)); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 616 …(this->alloc(), boost::movelib::to_raw_pointer(holder.start()), m_size, boost::movelib::to_raw_poi… in vector_alloc_holder() 628 …(this->alloc(), boost::movelib::to_raw_pointer(holder.start()), n, boost::movelib::to_raw_pointer(… in vector_alloc_holder() 682 value_type *const first_this = boost::movelib::to_raw_pointer(this->start()); in priv_deep_swap() 683 value_type *const first_x = boost::movelib::to_raw_pointer(x.start()); in priv_deep_swap() 2012 T *const pos_ptr = boost::movelib::to_raw_pointer(p); in erase() 2032 T* const first_ptr = boost::movelib::to_raw_pointer(vector_iterator_get_ptr(first)); in erase() 2033 T* const last_ptr = boost::movelib::to_raw_pointer(vector_iterator_get_ptr(last)); in erase() 2034 …T* const ptr = boost::movelib::to_raw_pointer(boost::container::move(last_ptr, old_end_ptr, first_… in erase() 2275 T* d_first = boost::movelib::to_raw_pointer(new_storage); in priv_merge_in_new_buffer() 2311 boost::container::destroy_alloc_n(a, boost::movelib::to_raw_pointer(old_p), old_size); in priv_merge_in_new_buffer() [all …]
|