Searched refs:iterator_to_raw_pointer (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | copy_move_algo.hpp | 178 value_type *const dest_raw = boost::movelib::iterator_to_raw_pointer(r); in memmove() 179 const value_type *const beg_raw = boost::movelib::iterator_to_raw_pointer(f); in memmove() 180 const value_type *const end_raw = boost::movelib::iterator_to_raw_pointer(l); in memmove() 197 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove_n() 212 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove_n_source() 226 …std::memmove(boost::movelib::iterator_to_raw_pointer(r), boost::movelib::iterator_to_raw_pointer(f… in memmove_n_source_dest() 301 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc() 307 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc() 347 …allocator_traits<Allocator>::construct(a, boost::movelib::iterator_to_raw_pointer(r), boost::move(… in uninitialized_move_alloc_n() 353 allocator_traits<Allocator>::destroy(a, boost::movelib::iterator_to_raw_pointer(back)); in uninitialized_move_alloc_n() [all …]
|
D | node_alloc_holder.hpp | 231 ::new(boost::movelib::iterator_to_raw_pointer(p), boost_container_new_t()) Node; in create_node() 253 ::new(boost::movelib::iterator_to_raw_pointer(p), boost_container_new_t()) Node;\ 278 ::new(boost::movelib::iterator_to_raw_pointer(p), boost_container_new_t()) Node; in BOOST_MOVE_ITERATE_0TO9() 295 ::new(boost::movelib::iterator_to_raw_pointer(p), boost_container_new_t()) Node; in create_node_from_key() 352 p = boost::movelib::iterator_to_raw_pointer(itbeg); in allocate_many_and_construct()
|
D | flat_tree.hpp | 140 value_type *const braw = boost::movelib::iterator_to_raw_pointer(dest.begin()); in BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT() 141 value_type *const iraw = boost::movelib::iterator_to_raw_pointer(it); in BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT() 142 value_type *const eraw = boost::movelib::iterator_to_raw_pointer(dest.end()); in BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT() 164 value_type *const iraw = boost::movelib::iterator_to_raw_pointer(it); in flat_tree_container_inplace_sort_ending() 165 value_type *const eraw = boost::movelib::iterator_to_raw_pointer(dest.end()); in flat_tree_container_inplace_sort_ending() 310 (boost::movelib::iterator_to_raw_pointer(seq.begin()) in flat_tree_sort_contiguous_to_adopt() 311 , boost::movelib::iterator_to_raw_pointer(seq.end()) in flat_tree_sort_contiguous_to_adopt() 313 , boost::movelib::iterator_to_raw_pointer(tseq.begin()) in flat_tree_sort_contiguous_to_adopt() 318 (boost::movelib::iterator_to_raw_pointer(seq.begin()) in flat_tree_sort_contiguous_to_adopt() 319 , boost::movelib::iterator_to_raw_pointer(seq.end()) in flat_tree_sort_contiguous_to_adopt() [all …]
|
D | advanced_insert_int.hpp | 188 alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), v_); in uninitialized_copy_n_and_update() 217 alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), ::boost::move(v_) ); in uninitialized_copy_n_and_update() 274 …alloc_traits::construct( a, boost::movelib::iterator_to_raw_pointer(p), ::boost::forward<Args>(get… in priv_uninitialized_copy_some_and_update() 400 …alloc_traits::construct(a, boost::movelib::iterator_to_raw_pointer(p) BOOST_MOVE_I##N BOOST_MOVE_M…
|
D | iterator_to_raw_pointer.hpp | 27 using ::boost::movelib::iterator_to_raw_pointer;
|
D | adaptive_node_pool_impl.hpp | 850 … void *pElem = boost::movelib::to_raw_pointer(boost::movelib::iterator_to_raw_pointer(itf)); in priv_deallocate_nodes()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | insertion_sort.hpp | 104 … ::new((iterator_to_raw_pointer)(last2), boost_move_new_t()) value_type(::boost::move(*first1)); in insertion_sort_uninitialized_copy() 111 ::new((iterator_to_raw_pointer)(j2), boost_move_new_t()) value_type(::boost::move(*k2)); in insertion_sort_uninitialized_copy() 118 … ::new((iterator_to_raw_pointer)(j2), boost_move_new_t()) value_type(::boost::move(*first1)); in insertion_sort_uninitialized_copy()
|
D | merge.hpp | 779 ::new((iterator_to_raw_pointer)(dest_first)) value_type(::boost::move(*first)); in uninitialized_merge_with_right_placed() 789 ::new((iterator_to_raw_pointer)(dest_first)) value_type(::boost::move(*r_first)); in uninitialized_merge_with_right_placed() 794 ::new((iterator_to_raw_pointer)(dest_first)) value_type(::boost::move(*first)); in uninitialized_merge_with_right_placed()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ |
D | iterator_to_raw_pointer.hpp | 50 iterator_to_raw_pointer(const Iterator &i) in iterator_to_raw_pointer() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/ |
D | move.hpp | 130 boost::movelib::iterator_to_raw_pointer(back)->~input_value_type(); in uninitialized_move()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/ |
D | small_vector.hpp | 460 this->assign( boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(x.begin())) in move_construct_impl() 461 , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(x.end ())) in move_construct_impl()
|
D | vector.hpp | 1245 …const size_type n = static_cast<size_type>(end_pos - boost::movelib::iterator_to_raw_pointer(cur)); 2484 this->assign( boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(x.begin())) in priv_move_assign() 2485 , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(x.end() )) in priv_move_assign() 2558 … , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(big.nth(common_elements))) in priv_swap() 2559 , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(big.end())) in priv_swap()
|
D | stable_vector.hpp | 2085 node_type *praw = ::new(boost::movelib::iterator_to_raw_pointer(p), boost_container_new_t()) in priv_build_node_from_it() 2105 …node_type *praw = ::new(boost::movelib::iterator_to_raw_pointer(p), boost_container_new_t()) node_… in priv_build_node_from_convertible()
|
D | deque.hpp | 2036 … allocator_traits_type::destroy(this->alloc(), boost::movelib::iterator_to_raw_pointer(p)); in priv_destroy_range() 2045 … allocator_traits_type::destroy(this->alloc(), boost::movelib::iterator_to_raw_pointer(p)); in priv_destroy_range()
|
D | devector.hpp | 2868 ( get_allocator_ref(), boost::movelib::iterator_to_raw_pointer(first) in overwrite_buffer_impl() 2869 , n, boost::movelib::iterator_to_raw_pointer(m_.buffer)); in overwrite_buffer_impl()
|