Home
last modified time | relevance | path

Searched defs:copy_func (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc63 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
/third_party/harfbuzz/src/
Dhb-gobject-structs.cc63 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-gobject-structs.cc52 #define HB_DEFINE_BOXED_TYPE(name,copy_func,free_func) \ argument
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dproperties.c58 copy_func (void *prop, guint size, guint8 ** buffer, guint64 * bsize, in copy_func() function
Datoms.c149 build_atom_info_wrapper (Atom * atom, gpointer copy_func, gpointer free_func) in build_atom_info_wrapper()
166 AtomCopyDataFunc copy_func, AtomFreeFunc free_func) in atom_info_list_prepend_atom()
/third_party/glib/gobject/
Dgtype.h2079 #define G_DEFINE_BOXED_TYPE(TypeName, type_name, copy_func, free_func) G_DEFINE_BOXED_TYPE_WITH_COD… argument
2106 #define G_DEFINE_BOXED_TYPE_WITH_CODE(TypeName, type_name, copy_func, free_func, _C_) _G_DEFINE_BOX… argument
2112 #define _G_DEFINE_BOXED_TYPE_BEGIN(TypeName, type_name, copy_func, free_func) \ argument
2149 #define _G_DEFINE_BOXED_TYPE_BEGIN(TypeName, type_name, copy_func, free_func) \ argument
Dgtype.c304 GBoxedCopyFunc copy_func; member
4368 GBoxedCopyFunc copy_func, in _g_type_boxed_init()
/third_party/boringssl/src/crypto/stack/
Dstack.c406 stack_copy_func copy_func, in sk_deep_copy()
/third_party/openssl/crypto/stack/
Dstack.c74 OPENSSL_sk_copyfunc copy_func, in OPENSSL_sk_deep_copy()
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c528 int uvc_video_tran_copy(uvc_t hdl, uvc_continue_func copy_func, void *priv) in uvc_video_tran_copy()
Df_uvc.h775 uvc_continue_func copy_func; /* video transmission video frame copy function */ member
/third_party/pulseaudio/src/pulsecore/
Didxset.c459 pa_idxset *pa_idxset_copy(pa_idxset *s, pa_copy_func_t copy_func) { in pa_idxset_copy()
/third_party/glib/glib/
Dgnode.c183 GCopyFunc copy_func, in g_node_copy_deep()
/third_party/gstreamer/gstreamer/gst/
Dgstminiobject.c149 GstMiniObjectCopyFunction copy_func, in gst_mini_object_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c915 copy_func (GstAudioResampler * resampler, gpointer sbuf[], in copy_func() function
/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c1711 int (*copy_func)(struct cil_db *db, void *data, void **copy, symtab_t *symtab) = NULL; in __cil_copy_node_helper() local