Home
last modified time | relevance | path

Searched refs:movelib (Results 1 – 24 of 24) 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 Diterator_to_raw_pointer.hpp26 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 Dreverse_iterator.hpp29 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 Dto_raw_pointer.hpp29 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 Dpointer_element.hpp27 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 Ddestruct_n.hpp28 namespace movelib{ namespace
H A Diterator_traits.hpp40 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 Dcopy_move_algo.hpp181 …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 Ddestroyers.hpp155 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 Dadvanced_insert_int.hpp160 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 Dadaptive_merge.hpp19 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 Dmove.hpp118 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 Dunique.hpp19 namespace movelib { namespace
H A Dpredicate.hpp22 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 Dvector.hpp616 …(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 Dbasic_op.hpp27 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 Dmerge.hpp24 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 Dinsertion_sort.hpp36 namespace boost { namespace movelib{ namespace
78 typedef typename boost::movelib::iterator_traits<BirdirectionalIterator>::value_type value_type; in insertion_sort()
H A Dmerge_sort.hpp38 namespace movelib { namespace
H A Dadaptive_sort_merge.hpp73 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 Diterator.hpp48 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 Dshared_count.hpp54 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 Dshared_ptr.hpp65 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 Diterator.hpp51 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 Dpointer_traits.hpp100 , boost::movelib::detail::first_param<Ptr>) element_type;