Home
last modified time | relevance | path

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

/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.hpp994 …deep_swap_alloc_n( Allocator &a, F short_range_f, typename allocator_traits<Allocator>::size_type … in deep_swap_alloc_n() argument
998 for (; n != n_i ; ++short_range_f, ++large_range_f, ++n){ in deep_swap_alloc_n()
999 boost::adl_move_swap(*short_range_f, *large_range_f); in deep_swap_alloc_n()
1001 …boost::container::uninitialized_move_alloc_n(a, large_range_f, n_j - n_i, short_range_f); // may … in deep_swap_alloc_n()
1016 …deep_swap_alloc_n( Allocator &a, F short_range_f, typename allocator_traits<Allocator>::size_type … in deep_swap_alloc_n() argument
1026 …void *const short_ptr = static_cast<void*>(boost::movelib::iterator_to_raw_pointer(short_range_f)); in deep_swap_alloc_n()
1032 boost::container::iterator_advance(short_range_f, n_i); in deep_swap_alloc_n()
1033 …boost::container::uninitialized_move_alloc_n(a, large_range_f, n_j - n_i, short_range_f); // may … in deep_swap_alloc_n()
1046 …deep_swap_alloc_n( Allocator &a, F short_range_f, typename allocator_traits<Allocator>::size_type … in deep_swap_alloc_n() argument
1057 …r = static_cast<char*>(static_cast<void*>(boost::movelib::iterator_to_raw_pointer(short_range_f))); in deep_swap_alloc_n()
[all …]