| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | iterator_to_raw_pointer.hpp | 26 namespace movelib { namespace 34 inline typename boost::movelib::iterator_traits<Iterator>::pointer 41 typedef typename boost::movelib::iterator_traits<Iterator>::pointer pointer; 42 typedef typename boost::movelib::pointer_element<pointer>::type element_type; 49 inline typename boost::movelib::detail::iterator_to_element_ptr<Iterator>::type 52 return ::boost::movelib::to_raw_pointer in iterator_to_raw_pointer() 53 ( ::boost::movelib::detail::iterator_to_pointer(i) ); in iterator_to_raw_pointer()
|
| H A D | reverse_iterator.hpp | 29 namespace movelib { namespace 35 typedef typename boost::movelib::iterator_traits<It>::pointer pointer; 36 typedef typename boost::movelib::iterator_traits<It>::reference reference; 37 typedef typename boost::movelib::iterator_traits<It>::difference_type difference_type; 38 typedef typename boost::movelib::iterator_traits<It>::iterator_category iterator_category; 39 typedef typename boost::movelib::iterator_traits<It>::value_type value_type;
|
| H A D | to_raw_pointer.hpp | 29 namespace movelib { namespace 36 BOOST_MOVE_FORCEINLINE typename boost::movelib::pointer_element<Pointer>::type* 38 { return ::boost::movelib::to_raw_pointer(p.operator->()); } in to_raw_pointer()
|
| H A D | pointer_element.hpp | 27 namespace movelib { namespace 150 typedef typename boost::movelib::detail::first_param<Ptr>::type type; 158 typedef typename ::boost::movelib::detail::pointer_element_impl<Ptr>::type type;
|
| H A D | destruct_n.hpp | 28 namespace movelib{ namespace
|
| H A D | iterator_traits.hpp | 40 namespace boost{ namespace movelib{ namespace
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | copy_move_algo.hpp | 181 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove() 195 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove_n() 209 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove_n_source() 223 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove_n_source_dest() 298 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc() 304 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc() 343 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc_n() 349 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n() 388 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc_n_source() 394 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n_source() [all …]
|
| 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 ()()
|
| H A D | advanced_insert_int.hpp | 160 alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), v_); in uninitialized_copy_n_and_update() 187 alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), ::boost::move(v_) ); in uninitialized_copy_n_and_update() 243 …alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), ::boost::forward<Args>(get… in priv_uninitialized_copy_some_and_update() 357 …alloc_traits::construct(a, boost::movelib::iterator_to_raw_pointer(p) BOOST_MOVE_I##N BOOST_MOVE_M…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/ |
| H A D | adaptive_merge.hpp | 19 namespace movelib { namespace 58 …::boost::movelib::detail_adaptive::adaptive_xbuf<value_type> xbuf(uninitialized, uninitialized_len… in adaptive_merge() 59 …::boost::movelib::detail_adaptive::adaptive_merge_impl(first, size_type(middle - first), size_type… in adaptive_merge()
|
| H A D | move.hpp | 118 typedef typename boost::movelib::iterator_traits<I>::value_type input_value_type; in uninitialized_move() 130 boost::movelib::iterator_to_raw_pointer(back)->~input_value_type(); in uninitialized_move()
|
| H A D | unique.hpp | 19 namespace movelib { namespace
|
| H A D | predicate.hpp | 22 namespace movelib { namespace
|
| /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() 1193 …const size_type n = static_cast<size_type>(end_pos - boost::movelib::iterator_to_raw_pointer(cur)); 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() 2248 … T *raw_pos = boost::movelib::iterator_to_raw_pointer(this->insert(this->cend(), first, last)); in priv_merge() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | basic_op.hpp | 27 namespace movelib { namespace 92 typename ::boost::movelib::iterator_traits<SourceIt>::value_type tmp(boost::move(*dest2it)); in operator ()() 110 typename ::boost::movelib::iterator_traits<SourceIt>::value_type tmp(boost::move(*dest3it)); in operator ()()
|
| H A D | merge.hpp | 24 namespace movelib { namespace 314 second_cut = boost::movelib::lower_bound(middle, last, *first_cut, comp); in merge_bufferless_ONlogN_recursive() 320 first_cut = boost::movelib::upper_bound(first, middle, *second_cut, comp); in merge_bufferless_ONlogN_recursive() 361 middle = boost::movelib::lower_bound(middle, last, *first, comp); in merge_bufferless_ON2() 373 RandIt p = boost::movelib::upper_bound(first, middle, last[-1], comp); in merge_bufferless_ON2()
|
| H A D | insertion_sort.hpp | 36 namespace boost { namespace movelib{ namespace 78 typedef typename boost::movelib::iterator_traits<BirdirectionalIterator>::value_type value_type; in insertion_sort()
|
| H A D | merge_sort.hpp | 38 namespace movelib { namespace
|
| H A D | adaptive_sort_merge.hpp | 73 namespace movelib { namespace 473 last1 = boost::movelib::lower_bound(last1, last2, *first1, comp); in partial_merge_bufferless_impl() 619 first = boost::movelib::upper_bound(first, middle, *middle, comp); in op_buffered_merge() 625 last = boost::movelib::lower_bound(middle, last, middle[-1], comp); in op_buffered_merge() 666 … typename XBuf::iterator const r = boost::movelib::lower_bound(ph0, xbuf.end(), *u, comp); in collect_unique() 683 RandIt const r = boost::movelib::lower_bound(h0, search_end, *u, comp); in collect_unique() 782 boost::movelib::inplace_stable_sort(first, last, comp); in slow_stable_sort()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | iterator.hpp | 48 typedef typename boost::movelib::iterator_traits<iterator_type>::value_type value_type; 58 …typedef typename boost::movelib::iterator_traits<iterator_type>::difference_type difference_type; 59 …typedef typename boost::movelib::iterator_traits<iterator_type>::iterator_category iterator_catego…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/ |
| H A D | shared_count.hpp | 54 namespace movelib namespace 402 explicit shared_count( boost::movelib::unique_ptr<Y, D> & r ): pi_( 0 ) in shared_count() 410 …pi_ = new sp_counted_impl_pd< typename boost::movelib::unique_ptr<Y, D>::pointer, D2 >( r.get(), d… in shared_count()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/ |
| H A D | shared_ptr.hpp | 65 namespace movelib namespace 532 shared_ptr( boost::movelib::unique_ptr< Y, D > r ): px( r.get() ), pn() in shared_ptr() 536 typename boost::movelib::unique_ptr< Y, D >::pointer tmp = r.get(); in shared_ptr() 607 shared_ptr & operator=( boost::movelib::unique_ptr<Y, D> r ) in operator =() 613 typename boost::movelib::unique_ptr< Y, D >::pointer p = r.get(); in operator =()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/ |
| H A D | iterator.hpp | 51 using boost::movelib::iterator_traits;
|
| /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 | 100 , boost::movelib::detail::first_param<Ptr>) element_type;
|