Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/detail/
Dvarray_detail.hpp352 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/
Dvarray_util.hpp287 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()