Home
last modified time | relevance | path

Searched refs:construct_params (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gobject/tests/
Dobject.c23 GObjectConstructParam *construct_params) in my_singleton_object_constructor() argument
31 constructor (type, n_construct_properties, construct_params); in my_singleton_object_constructor()
99 GObjectConstructParam *construct_params) in my_infanticide_object_constructor() argument
104 constructor (type, n_construct_properties, construct_params); in my_infanticide_object_constructor()
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolbinding.c69 guint n_construct_params, GObjectConstructParam * construct_params);
123 GObjectConstructParam * construct_params) in gst_control_binding_constructor() argument
131 ->constructor (type, n_construct_params, construct_params)); in gst_control_binding_constructor()
/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c50 guint n_construct_params, GObjectConstructParam * construct_params);
222 GObjectConstructParam * construct_params) in gst_direct_control_binding_constructor() argument
228 (type, n_construct_params, construct_params)); in gst_direct_control_binding_constructor()
Dgstargbcontrolbinding.c47 guint n_construct_params, GObjectConstructParam * construct_params);
142 GObjectConstructParam * construct_params) in gst_argb_control_binding_constructor() argument
148 (type, n_construct_params, construct_params)); in gst_argb_control_binding_constructor()
/third_party/glib/gobject/
Dgobject.c197 GObjectConstructParam *construct_params);
2306 GObjectConstructParam *construct_params) in g_object_constructor() argument
2321 GValue *value = construct_params->value; in g_object_constructor()
2322 GParamSpec *pspec = construct_params->pspec; in g_object_constructor()
2324 construct_params++; in g_object_constructor()
/third_party/libsoup/libsoup/
Dsoup-session.c270 GObjectConstructParam *construct_params) in soup_session_constructor() argument
274 …CT_CLASS (soup_session_parent_class)->constructor (type, n_construct_properties, construct_params); in soup_session_constructor()