Searched refs:move_dispatch (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/geometry/index/detail/ |
D | varray_detail.hpp | 352 O move_dispatch(I first, I last, O dst, in move_dispatch() function 364 O move_dispatch(I first, I last, O dst, in move_dispatch() function 383 return move_dispatch(first, last, dst, use_memmove()); // may throw in move()
|
/third_party/boost/libs/container/bench/detail/ |
D | varray_util.hpp | 287 O move_dispatch(I first, I last, O dst, in move_dispatch() function 298 O move_dispatch(I first, I last, O dst, in move_dispatch() function 312 return move_dispatch(first, last, dst, use_memmove()); // may throw in move()
|