Home | History | Annotate | Download | only in gobject

Lines Matching refs:instance_size

325   guint16            instance_size;
794 (info->instance_size || info->n_preallocs || info->instance_init))
847 if (info->instance_size < sizeof (GTypeInstance))
853 if (pnode && info->instance_size < pnode->data->instance.instance_size)
1020 data->instance.instance_size = info->instance_size;
1530 total_instance_size = node->data->instance.instance_size;
2396 * @instance_size: Size of the instance structure (see #GTypeInfo)
2414 guint instance_size,
2426 info.instance_size = instance_size;
3529 query->instance_size = node->is_instantiatable ? node->data->instance.instance_size : 0;
4210 * exist, so the node->data, node->data->instance.instance_size,
4215 offset = ALIGN_STRUCT (instance_node->data->instance.instance_size);