Searched refs:n_pspecs (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gobject/ |
D | gobjectnotifyqueue.c | 38 guint n_pspecs, 53 guint16 n_pspecs; member 104 guint n_pspecs = 0; in g_object_notify_queue_thaw() local 125 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw() 129 pspecs[n_pspecs++] = slist->data; in g_object_notify_queue_thaw() 135 if (n_pspecs) in g_object_notify_queue_thaw() 136 context->dispatcher (object, n_pspecs, pspecs); in g_object_notify_queue_thaw() 150 nqueue->n_pspecs = 0; in g_object_notify_queue_clear() 166 g_return_if_fail (nqueue->n_pspecs < 65535); in g_object_notify_queue_add() 176 nqueue->n_pspecs++; in g_object_notify_queue_add()
|
D | gobject.c | 225 guint n_pspecs, 239 guint16 n_pspecs; member 310 guint n_pspecs = 0; in g_object_notify_queue_thaw() local 330 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw() 334 pspecs[n_pspecs++] = slist->data; in g_object_notify_queue_thaw() 340 if (n_pspecs) in g_object_notify_queue_thaw() 341 G_OBJECT_GET_CLASS (object)->dispatch_properties_changed (object, n_pspecs, pspecs); in g_object_notify_queue_thaw() 352 g_assert (nqueue->n_pspecs < 65535); in g_object_notify_queue_add() 357 nqueue->n_pspecs++; in g_object_notify_queue_add() 748 guint n_pspecs, in g_object_class_install_properties() argument [all …]
|
D | gparam.c | 1314 int n_pspecs = 0; in g_param_spec_pool_list() local 1326 data[3] = &n_pspecs; in g_param_spec_pool_list() 1334 pspecs = g_new (GParamSpec*, n_pspecs + 1); in g_param_spec_pool_list() 1347 *n_pspecs_p = n_pspecs; in g_param_spec_pool_list()
|
D | gobject.h | 345 guint n_pspecs, 408 guint n_pspecs,
|
/third_party/glib/gio/tests/ |
D | defaultvalue.c | 56 guint n_pspecs, i; in test_type() local 121 pspecs = g_object_class_list_properties (klass, &n_pspecs); in test_type() 122 for (i = 0; i < n_pspecs; ++i) in test_type()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstobject.c | 125 guint n_pspecs, GParamSpec ** pspecs); 445 guint n_pspecs, GParamSpec ** pspecs) in gst_object_dispatch_properties_changed() argument 456 gst_object_parent_class)->dispatch_properties_changed (object, n_pspecs, in gst_object_dispatch_properties_changed() 471 for (i = 0; i < n_pspecs; i++) { in gst_object_dispatch_properties_changed()
|