Home
last modified time | relevance | path

Searched refs:g_type (Results 1 – 20 of 20) sorted by relevance

/third_party/glib/gobject/
Dgvalue.c148 value->g_type = value_type; in value_meminit()
163 GType g_type) in g_value_init() argument
170 value_table = g_type_value_table_peek (g_type); in g_value_init()
175 value_meminit (value, g_type); in g_value_init()
181 g_type_name (g_type), in g_value_init()
186 g_type_name (g_type), in g_value_init()
236 GType g_type; in g_value_reset() local
239 g_type = G_VALUE_TYPE (value); in g_value_reset()
241 value_table = g_type_value_table_peek (g_type); in g_value_reset()
249 value_meminit (value, g_type); in g_value_reset()
[all …]
Dgtype.h411 GType g_type; member
431 GType g_type; /* iface type */ member
484 #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type),… argument
497 #define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type))) argument
510 … G_TYPE_CHECK_INSTANCE_FUNDAMENTAL_TYPE(instance, g_type) (_G_TYPE_CIFT ((instance), (g… argument
527 #define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type),… argument
540 #define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type),… argument
553 #define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), … argument
566 #define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type) (_G_TYPE_CCT ((g_class), (g_type))) argument
591 #define G_TYPE_CHECK_VALUE_TYPE(value, g_type) (_G_TYPE_CVH ((value), (g_type))) argument
[all …]
Dgvalue.h59 #define G_VALUE_TYPE(value) (((GValue*) (value))->g_type)
111 GType g_type; member
131 GType g_type);
Dgtype.c1957 node = lookup_type_node_I (class->g_type); in g_type_free_instance()
1961 type_descriptive_name_I (class->g_type)); in g_type_free_instance()
2021 vtable->g_type = NODE_TYPE (iface); in type_iface_ensure_dflt_vtable_Wm()
2078 vtable->g_type = NODE_TYPE (iface); in type_iface_vtable_base_init_Wm()
2158 vtable->g_type = 0; in type_iface_vtable_finalize_Wm()
2194 TypeNode *pnode = lookup_type_node_I (pclass->g_type); in type_class_init_Wm()
2208 class->g_type = NODE_TYPE (node); in type_class_init_Wm()
3033 node = lookup_type_node_I (class->g_type); in g_type_class_unref()
3038 type_descriptive_name_I (class->g_type)); in g_type_class_unref()
3058 node = lookup_type_node_I (class->g_type); in g_type_class_unref_uncached()
[all …]
Dgtypeplugin.c157 GType g_type, in g_type_plugin_complete_type_info() argument
169 g_type, in g_type_plugin_complete_type_info()
Dgtypeplugin.h64 GType g_type,
123 GType g_type,
Dgtypemodule.c82 GType g_type,
321 GType g_type, in g_type_module_complete_type_info() argument
326 ModuleTypeInfo *module_type_info = g_type_module_find_type_info (module, g_type); in g_type_module_complete_type_info()
Dgobject.c566 install_property_internal (GType g_type, in install_property_internal() argument
570 if (g_param_spec_pool_lookup (pspec_pool, pspec->name, g_type, FALSE)) in install_property_internal()
573 g_type_name (g_type), in install_property_internal()
580 g_param_spec_pool_insert (pspec_pool, pspec, g_type); in install_property_internal()
813 g_return_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type)); in g_object_interface_install_property()
819 (void) install_property_internal (iface_class->g_type, 0, pspec); in g_object_interface_install_property()
882 g_return_val_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type), NULL); in g_object_interface_find_property()
887 iface_class->g_type, in g_object_interface_find_property()
1023 g_return_val_if_fail (G_TYPE_IS_INTERFACE (iface_class->g_type), NULL); in g_object_interface_list_properties()
1026 iface_class->g_type, in g_object_interface_list_properties()
[all …]
Dgvaluecollector.h97 g_vci_val->g_type = _value_type; /* value_meminit() from gvalue.c */ \
Dgparam.c190 if (priv->default_value.g_type) in g_param_spec_finalize()
612 if (inst && inst->g_class && inst->g_class->g_type == G_TYPE_PARAM_OVERRIDE) in g_param_spec_get_redirect_target()
1578 if (g_once_init_enter (&priv->default_value.g_type)) in g_param_spec_get_default_value()
1588 g_once_init_leave (&priv->default_value.g_type, pspec->value_type); in g_param_spec_get_default_value()
Dgboxed.c66 value->g_type = value_type; in value_meminit()
Dgsignal.c2302 instance_and_params->g_type = 0; in g_signal_chain_from_overridden_handler()
3494 instance_and_params->g_type = 0; in g_signal_emit_valist()
/third_party/mindspore/mindspore/core/ops/
Dapply_momentum.cc77 auto g_type = input_args[kInputIndex3]->BuildType(); in ApplyMomentumInfer() local
84 (void)args.insert(std::make_pair("g_type", g_type)); in ApplyMomentumInfer()
87 auto g_type_tensor = g_type->cast<TensorTypePtr>(); in ApplyMomentumInfer()
/third_party/glib/gio/
Dgsocketconnection.c586 g_socket_connection_factory_register_type (GType g_type, in g_socket_connection_factory_register_type() argument
593 g_return_if_fail (g_type_is_a (g_type, G_TYPE_SOCKET_CONNECTION)); in g_socket_connection_factory_register_type()
607 factory->implementation = g_type; in g_socket_connection_factory_register_type()
645 GType g_type; in g_socket_connection_factory_lookup_type() local
651 g_type = G_TYPE_SOCKET_CONNECTION; in g_socket_connection_factory_lookup_type()
661 g_type = factory->implementation; in g_socket_connection_factory_lookup_type()
666 return g_type; in g_socket_connection_factory_lookup_type()
Dgsocketconnection.h102 void g_socket_connection_factory_register_type (GType g_type,
/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuples.hpp261 typedef typename TupleT::g_type type;
475 typedef nil_t g_type; typedef
810 typedef G g_type; typedef
860 typedef G g_type; typedef H h_type; typedef
911 typedef G g_type; typedef H h_type; typedef
963 typedef G g_type; typedef H h_type; typedef
1016 typedef G g_type; typedef H h_type; typedef
1074 typedef G g_type; typedef H h_type; typedef
1130 typedef G g_type; typedef H h_type; typedef
1188 typedef G g_type; typedef H h_type; typedef
[all …]
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c106 GST_INFO ("setting up %s", g_type_name (((GTypeClass *) klass)->g_type)); in gst_test_trans_class_init()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c287 value->g_type = GST_TYPE_LIST; in _gst_value_list_init()
318 value->g_type = GST_TYPE_ARRAY; in _gst_value_array_init()
5048 dest->g_type = GST_TYPE_LIST; in gst_value_intersect_list_list()
6521 dest->g_type = type; in gst_value_init_and_copy()
Dgststructure.c765 value->g_type = G_TYPE_INVALID; in gst_structure_id_take_value_internal()
/third_party/gstreamer/gstreamer/
DChangeLog17872 g_type = info.get_g_type()
17874 type_ = g_type.pytype
17876 g_type.pytype = wrapper
17878 g_type.pytype = wrapper