Home
last modified time | relevance | path

Searched refs:destroy_type (Results 26 – 50 of 67) sorted by relevance

123

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/detail/
H A Dlight_function.hpp104 typedef void (*destroy_type)(void*);
105 const destroy_type destroy;
107 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst…
311 typedef void (*destroy_type)(void*);
312 const destroy_type destroy;
314 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst…
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/detail/
H A Dlight_function.hpp104 typedef void (*destroy_type)(void*); typedef
105 const destroy_type destroy;
107 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base()
311 typedef void (*destroy_type)(void*); typedef
312 const destroy_type destroy;
314 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base()
/dports/devel/boost-libs/boost_1_72_0/boost/log/detail/
H A Dlight_function.hpp104 typedef void (*destroy_type)(void*); typedef
105 const destroy_type destroy;
107 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base()
311 typedef void (*destroy_type)(void*); typedef
312 const destroy_type destroy;
314 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base()
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/detail/
H A Dlight_function.hpp104 typedef void (*destroy_type)(void*); typedef
105 const destroy_type destroy;
107 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base()
311 typedef void (*destroy_type)(void*); typedef
312 const destroy_type destroy;
314 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst… in impl_base()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/detail/
H A Dlight_function.hpp104 typedef void (*destroy_type)(void*);
105 const destroy_type destroy;
107 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst…
311 typedef void (*destroy_type)(void*);
312 const destroy_type destroy;
314 …impl_base(invoke_type inv, clone_type cl, destroy_type dstr) : invoke(inv), clone(cl), destroy(dst…
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_TaskScheduler.hpp146 typename task_base::destroy_type /*arg_destroy*/, in _spawn_impl() argument
295 typename task_base::destroy_type arg_destroy, in spawn()
312 typename task_type::destroy_type const dtor = task_type::destroy; in spawn()
617 typename task_type::destroy_type dtor; in host_spawn()
659 typename task_type::destroy_type const dtor = task_type::destroy; in task_spawn()
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_TaskScheduler.hpp146 typename task_base::destroy_type /*arg_destroy*/, in _spawn_impl() argument
295 typename task_base::destroy_type arg_destroy, in spawn()
312 typename task_type::destroy_type const dtor = task_type::destroy; in spawn()
617 typename task_type::destroy_type dtor; in host_spawn()
659 typename task_type::destroy_type const dtor = task_type::destroy; in task_spawn()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_TaskScheduler.hpp146 typename task_base::destroy_type /*arg_destroy*/, in _spawn_impl() argument
295 typename task_base::destroy_type arg_destroy, in spawn()
312 typename task_type::destroy_type const dtor = task_type::destroy; in spawn()
617 typename task_type::destroy_type dtor; in host_spawn()
659 typename task_type::destroy_type const dtor = task_type::destroy; in task_spawn()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_Serial_Task.hpp119 typename TaskType::destroy_type& dtor) { in get_function_pointer()
234 typename TaskType::destroy_type& dtor) { in get_function_pointer()
H A DKokkos_SimpleTaskScheduler.hpp162 typename runnable_task_base_type::destroy_type /*destroy_function_ptr*/, in _spawn_impl() argument
303 typename runnable_task_base_type::destroy_type arg_destroy, in spawn()
324 typename task_type::destroy_type const dtor = task_type::destroy; in spawn()
H A DKokkos_TaskBase.hpp151 using destroy_type = void (*)(TaskBase*); typedef in Kokkos::Impl::TaskBase
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_Serial_Task.hpp119 typename TaskType::destroy_type& dtor) { in get_function_pointer()
234 typename TaskType::destroy_type& dtor) { in get_function_pointer()
H A DKokkos_SimpleTaskScheduler.hpp162 typename runnable_task_base_type::destroy_type /*destroy_function_ptr*/, in _spawn_impl() argument
303 typename runnable_task_base_type::destroy_type arg_destroy, in spawn()
324 typename task_type::destroy_type const dtor = task_type::destroy; in spawn()
H A DKokkos_TaskBase.hpp151 using destroy_type = void (*)(TaskBase*); typedef in Kokkos::Impl::TaskBase
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_Serial_Task.hpp119 typename TaskType::destroy_type& dtor) { in get_function_pointer()
234 typename TaskType::destroy_type& dtor) { in get_function_pointer()
H A DKokkos_SimpleTaskScheduler.hpp162 typename runnable_task_base_type::destroy_type /*destroy_function_ptr*/, in _spawn_impl() argument
303 typename runnable_task_base_type::destroy_type arg_destroy, in spawn()
324 typename task_type::destroy_type const dtor = task_type::destroy; in spawn()
H A DKokkos_TaskBase.hpp151 using destroy_type = void (*)(TaskBase*); typedef in Kokkos::Impl::TaskBase
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/OpenMP/
H A DKokkos_OpenMP_Task.hpp192 typename TaskType::destroy_type& dtor) { in get_function_pointer()
374 typename TaskType::destroy_type& dtor) { in get_function_pointer()
/dports/devel/kokkos/kokkos-3.4.01/core/src/OpenMP/
H A DKokkos_OpenMP_Task.hpp192 typename TaskType::destroy_type& dtor) { in get_function_pointer()
374 typename TaskType::destroy_type& dtor) { in get_function_pointer()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/OpenMP/
H A DKokkos_OpenMP_Task.hpp192 typename TaskType::destroy_type& dtor) { in get_function_pointer()
374 typename TaskType::destroy_type& dtor) { in get_function_pointer()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HPX/
H A DKokkos_HPX_Task.hpp154 typename TaskType::destroy_type &dtor) { in get_function_pointer()
293 typename TaskType::destroy_type &dtor) { in get_function_pointer()
/dports/devel/kokkos/kokkos-3.4.01/core/src/HPX/
H A DKokkos_HPX_Task.hpp154 typename TaskType::destroy_type &dtor) { in get_function_pointer()
293 typename TaskType::destroy_type &dtor) { in get_function_pointer()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HPX/
H A DKokkos_HPX_Task.hpp154 typename TaskType::destroy_type &dtor) { in get_function_pointer()
293 typename TaskType::destroy_type &dtor) { in get_function_pointer()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/omx-plugin/include/ics/utils/
H A DTypeHelpers.h129 void destroy_type(TYPE* p, size_t n) {
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/include/utils/
H A DSortedVector.h242 destroy_type( reinterpret_cast<TYPE*>(storage), num );

123