Home
last modified time | relevance | path

Searched refs:destroy_function (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-test-data.c42 CutDestroyFunction destroy_function; member
106 priv->destroy_function = NULL; in cut_test_data_init()
122 if (priv->destroy_function) in free_value()
123 priv->destroy_function(priv->value); in free_value()
156 priv->destroy_function = g_value_get_pointer(value); in set_property()
180 g_value_set_pointer(value, priv->destroy_function); in get_property()
190 CutDestroyFunction destroy_function) in cut_test_data_new() argument
195 "destroy-function", destroy_function, in cut_test_data_new()
231 CutDestroyFunction destroy_function) in cut_test_data_set_value() argument
239 priv->destroy_function = destroy_function; in cut_test_data_set_value()
H A Dcut-test-context.c122 CutDestroyFunction destroy_function; member
132 taken_object->destroy_function = destroy_function; in taken_object_new()
140 taken_object->destroy_function(taken_object->object); in taken_object_free()
148 CutDestroyFunction destroy_function; member
158 taken_list->destroy_function = destroy_function; in taken_list_new()
165 if (taken_list->destroy_function) { in taken_list_free()
170 taken_list->destroy_function(node->data); in taken_list_free()
711 CutDestroyFunction destroy_function; in cut_test_context_add_data() local
714 destroy_function = va_arg(args, CutDestroyFunction); in cut_test_context_add_data()
1080 CutDestroyFunction destroy_function) in cut_test_context_take() argument
[all …]
H A Dcut-test-data.h54 CutDestroyFunction destroy_function);
64 CutDestroyFunction destroy_function);
H A Dcut-test-utils.h54 #define cut_take(object, destroy_function) \ argument
56 (object), destroy_function)
/dports/net/kamailio/kamailio-5.4.5/src/lib/cds/
H A Dmsg_queue.c42 m->destroy_function = NULL; in create_message_ex()
56 m->destroy_function = cds_free_ptr; in create_message()
68 m->destroy_function = func; in init_message_ex()
74 if (msg) msg->destroy_function = func; in set_data_destroy_function()
79 if (msg->destroy_function && msg->data) in free_message()
80 msg->destroy_function(msg->data); in free_message()
/dports/math/nfft/nfft-3.5.2/matlab/tests/
H A DnfftTestcaseDelegate.m7 % destroy_function = [];
16 % h.destroy_function = destroy;
27 % if isa(h.destroy_function, 'function_handle')
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dmemoryoutputstream.cc155 …utputStream(void* data, gsize size, GReallocFunc realloc_function, GDestroyNotify destroy_function) in MemoryOutputStream() argument
159 …"size", size, "realloc_function", realloc_function, "destroy_function", destroy_function, nullptr)) in MemoryOutputStream()
170 …eam::create(void* data, gsize size, GReallocFunc realloc_function, GDestroyNotify destroy_function) in create() argument
172 …fPtr<MemoryOutputStream>( new MemoryOutputStream(data, size, realloc_function, destroy_function) ); in create()
H A Dmemoryoutputstream.h125 …tputStream(void* data, gsize size, GReallocFunc realloc_function, GDestroyNotify destroy_function);
134 …am> create(void* data, gsize size, GReallocFunc realloc_function, GDestroyNotify destroy_function);
/dports/math/piranha/piranha-0.11/src/
H A Dmemory.hpp364 auto destroy_function = [](T *start, T *end) { in parallel_destroy() local
370 destroy_function(ptr, ptr + size); in parallel_destroy()
375 future_list<decltype(destroy_function(ptr, ptr))> f_list; in parallel_destroy()
383 destroy_function(ptr, ptr + size); in parallel_destroy()
398 f_list.push_back(thread_pool::enqueue(i, destroy_function, start, end)); in parallel_destroy()
411 destroy_function(p.first, p.second); in parallel_destroy()
/dports/math/py-piranha/piranha-0.11/src/
H A Dmemory.hpp364 auto destroy_function = [](T *start, T *end) { in parallel_destroy() local
370 destroy_function(ptr, ptr + size); in parallel_destroy()
375 future_list<decltype(destroy_function(ptr, ptr))> f_list; in parallel_destroy()
383 destroy_function(ptr, ptr + size); in parallel_destroy()
398 f_list.push_back(thread_pool::enqueue(i, destroy_function, start, end)); in parallel_destroy()
411 destroy_function(p.first, p.second); in parallel_destroy()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/
H A Dref.c9 void fs_ref_initialize(void *ptr, void (*destroy_function)(void *ptr)) in fs_ref_initialize()
14 ref->destroy = destroy_function; in fs_ref_initialize()
/dports/textproc/ibus/ibus-1.5.24/bindings/vala/
H A Dxi.vapi17 [CCode (cname = "XIEventMask", destroy_function = "")]
28 [CCode (cname = "XIGrabModifiers", destroy_function = "")]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/network/
H A Drewind_info.hpp190 std::function<void()> destroy_function = [](){}) in __anon3a9ddbd50302() argument
193 m_destroy_function(destroy_function) {}
/dports/devel/cutter/cutter-1.2.6/gcutter/
H A Dgcut-test-utils.h87 #define gcut_take_list(list, destroy_function) \ argument
89 (list), (destroy_function))
/dports/net/kamailio/kamailio-5.4.5/src/core/
H A Dsr_module.h103 typedef void (*destroy_function)(void); typedef
290 destroy_function destroy_mod_f;
315 destroy_function destroy_mod_f;
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/include/fs/
H A Dref.h12 void fs_ref_initialize(void *ptr, void (*destroy_function)(void *ptr));
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Dmemoryoutputstream.hg59 …id* data, gsize size, GReallocFunc realloc_function, GDestroyNotify destroy_function), g_memory_ou…
64 …WRAP_CREATE(void* data, gsize size, GReallocFunc realloc_function, GDestroyNotify destroy_function)
/dports/editors/elementary-code/code-6.0.0/vapi/
H A Dfontconfig.vapi4 [CCode (cname = "FcConfig", destroy_function = "", has_type_id = "false")]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dpseudo-destructors.cpp193 void destroy_function() { in destroy_function() function
195destroy_function->~T(); // expected-error {{object expression of non-scalar type 'void ()' cannot … in destroy_function()

1234