Searched defs:destroy_dispatch (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/container/bench/detail/ |
D | varray_util.hpp | 132 void destroy_dispatch(I /*first*/, I /*last*/, bcd::true_type const& /*is_trivially_destructible*/) in destroy_dispatch() function 136 void destroy_dispatch(I first, I last, bcd::false_type const& /*is_trivially_destructible*/) in destroy_dispatch() function 153 void destroy_dispatch(I /*pos*/, in destroy_dispatch() function 158 void destroy_dispatch(I pos, in destroy_dispatch() function
|
/third_party/boost/boost/geometry/index/detail/ |
D | varray_detail.hpp | 176 void destroy_dispatch(I /*first*/, I /*last*/, in destroy_dispatch() function 181 void destroy_dispatch(I first, I last, in destroy_dispatch() function 199 void destroy_dispatch(I /*pos*/, in destroy_dispatch() function 204 void destroy_dispatch(I pos, in destroy_dispatch() function
|