Home
last modified time | relevance | path

Searched refs:instance_type (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/gobject/
Dgtypemodule.c75 GType instance_type; member
86 GType instance_type,
206 GType instance_type, in g_type_module_find_interface_info() argument
213 if (interface_info->instance_type == instance_type && in g_type_module_find_interface_info()
336 GType instance_type, in g_type_module_complete_interface_info() argument
341 …o *module_interface_info = g_type_module_find_interface_info (module, instance_type, interface_typ… in g_type_module_complete_interface_info()
465 GType instance_type, in g_type_module_add_interface() argument
475 g_type_add_interface_static (instance_type, interface_type, interface_info); in g_type_module_add_interface()
479 if (g_type_is_a (instance_type, interface_type)) in g_type_module_add_interface()
481 GTypePlugin *old_plugin = g_type_interface_get_plugin (instance_type, in g_type_module_add_interface()
[all …]
Dgsignal.c300 GType instance_type; /* 0 for default closure */ member
463 return G_BSEARCH_ARRAY_CMP (c1->instance_type, c2->instance_type); in class_closures_cmp()
842 if (cc->instance_type == 0) in node_update_single_va_closure()
1608 if (cc && cc->instance_type == 0) /* check for default closure */ in signal_find_class_closure()
1612 key.instance_type = itype; in signal_find_class_closure()
1614 while (!cc && key.instance_type) in signal_find_class_closure()
1616 key.instance_type = g_type_parent (key.instance_type); in signal_find_class_closure()
1646 key.instance_type = itype; in signal_add_class_closure()
1895 GType instance_type, in g_signal_set_va_marshaller() argument
2063 GType instance_type, in g_signal_override_class_closure() argument
[all …]
Dgtypeplugin.c188 GType instance_type, in g_type_plugin_complete_interface_info() argument
199 instance_type, in g_type_plugin_complete_interface_info()
Dgtype.c195 GType instance_type);
275 GType instance_type; member
989 check_add_interface_L (GType instance_type, in check_add_interface_L() argument
992 TypeNode *node = lookup_type_node_I (instance_type); in check_add_interface_L()
1003 type_descriptive_name_I (instance_type)); in check_add_interface_L()
1069 GType instance_type, in check_interface_info_I() argument
1076 type_descriptive_name_I (instance_type)); in check_interface_info_I()
1478 iholder->instance_type = NODE_TYPE (node); in type_add_interface_Wm()
1590 type_descriptive_name_I (holders->instance_type)); in g_type_interface_add_prerequisite()
1749 GType instance_type) in type_iface_peek_holder_L() argument
[all …]
Dgtypeplugin.h78 GType instance_type,
128 GType instance_type,
Dgsignal.h315 GType instance_type,
469 GType instance_type,
473 GType instance_type,
Dgtypemodule.h281 GType instance_type,
Dgtype.h1290 void g_type_add_interface_static (GType instance_type,
1294 void g_type_add_interface_dynamic (GType instance_type,
2229 GTypePlugin* g_type_interface_get_plugin (GType instance_type,
/third_party/skia/modules/skottie/src/effects/
DGradientEffect.cpp87 const auto instance_type = (SkScalarRoundToInt(fShape) == kLinearShapeValue) in onSync() local
92 update_gradient(instance_type); in onSync()
97 if (instance_type == InstanceType::kLinear) { in onSync()
102 SkASSERT(instance_type == InstanceType::kRadial); in onSync()
/third_party/flutter/skia/modules/skottie/src/effects/
DGradientEffect.cpp68 const auto instance_type = (SkScalarRoundToInt(fShape) == kLinearShapeValue) in apply() local
73 update_gradient(instance_type); in apply()
76 if (instance_type == InstanceType::kLinear) { in apply()
81 SkASSERT(instance_type == InstanceType::kRadial); in apply()
/third_party/mesa3d/src/compiler/glsl/tests/
Dbuiltin_variable_test.cpp332 const glsl_type *const instance_type = var->type->fields.array; in TEST_F() local
334 for (unsigned i = 0; i < instance_type->length; i++) { in TEST_F()
336 &instance_type->fields.structure[i]; in TEST_F()
/third_party/boost/boost/interprocess/detail/
Dsegment_manager_helper.hpp56 enum instance_type { anonymous_type, named_type, unique_type, max_allocation_type }; enum
241 template<instance_type type>
Dmanaged_memory_impl.hpp620 static instance_type get_instance_type(const T *ptr) in get_instance_type()
/third_party/boost/boost/interprocess/
Dsegment_manager.hpp575 static instance_type get_instance_type(const T *ptr) in get_instance_type()
825 static instance_type priv_get_instance_type(block_header_t *ctrl_data) in priv_get_instance_type()
828 BOOST_ASSERT((instance_type)ctrl_data->alloc_type() < max_allocation_type); in priv_get_instance_type()
829 return (instance_type)ctrl_data->alloc_type(); in priv_get_instance_type()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c167 enum_name (GType instance_type, gint val) in enum_name() argument
171 en = g_enum_get_value (G_ENUM_CLASS (g_type_class_peek (instance_type)), val); in enum_name()