Home
last modified time | relevance | path

Searched refs:destroy_all (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/tdt/
Dtdt_handle.h52 bool destroy_all = true; in DestroyHandle() local
61 destroy_all = false; in DestroyHandle()
68 if (destroy_all) { in DestroyHandle()
71 return destroy_all; in DestroyHandle()
/third_party/boost/boost/sort/parallel_stable_sort/
Dparallel_stable_sort.hpp87 void destroy_all() in destroy_all() function
97 ~parallel_stable_sort() {destroy_all(); } ; in ~parallel_stable_sort()
177 destroy_all(); in parallel_stable_sort()
188 destroy_all(); in parallel_stable_sort()
/third_party/boost/boost/sort/sample_sort/
Dsample_sort.hpp143 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
/third_party/boost/boost/sort/block_indirect_sort/
Dblock_indirect_sort.hpp135 void destroy_all(void) in destroy_all() function
156 destroy_all(); in ~block_indirect_sort()
284 destroy_all(); in block_indirect_sort()
/third_party/boost/boost/sort/common/util/
Dcircular_buffer.hpp111 void destroy_all(void) { destroy(ptr, ptr + NMAX); }; in destroy_all() function