Searched refs:destroy_all (Results 1 – 5 of 5) sorted by relevance
52 bool destroy_all = true; in DestroyHandle() local61 destroy_all = false; in DestroyHandle()68 if (destroy_all) { in DestroyHandle()71 return destroy_all; in DestroyHandle()
87 void destroy_all() in destroy_all() function97 ~parallel_stable_sort() {destroy_all(); } ; in ~parallel_stable_sort()177 destroy_all(); in parallel_stable_sort()188 destroy_all(); in parallel_stable_sort()
143 void destroy_all(void);150 ~sample_sort(void) { destroy_all(); }; in ~sample_sort()314 destroy_all(); in sample_sort()326 void sample_sort<Iter_t, Compare>::destroy_all(void) in destroy_all() function in boost::sort::sample_detail::sample_sort
135 void destroy_all(void) in destroy_all() function156 destroy_all(); in ~block_indirect_sort()284 destroy_all(); in block_indirect_sort()
111 void destroy_all(void) { destroy(ptr, ptr + NMAX); }; in destroy_all() function