Home
last modified time | relevance | path

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

/external/bluetooth/glib/gobject/
Dgtype.c3684 g_type_check_instance_is_a (GTypeInstance *type_instance, in g_type_check_instance_is_a() argument
3690 if (!type_instance || !type_instance->g_class) in g_type_check_instance_is_a()
3693 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_is_a()
3718 g_type_check_instance_cast (GTypeInstance *type_instance, in g_type_check_instance_cast() argument
3721 if (type_instance) in g_type_check_instance_cast()
3723 if (type_instance->g_class) in g_type_check_instance_cast()
3728 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_cast()
3733 return type_instance; in g_type_check_instance_cast()
3737 type_descriptive_name_I (type_instance->g_class->g_type), in g_type_check_instance_cast()
3741 type_descriptive_name_I (type_instance->g_class->g_type), in g_type_check_instance_cast()
[all …]