Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgtype.c4059 g_type_check_instance_is_a (GTypeInstance *type_instance, in g_type_check_instance_is_a() argument
4065 if (!type_instance || !type_instance->g_class) in g_type_check_instance_is_a()
4068 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_is_a()
4076 g_type_check_instance_is_fundamentally_a (GTypeInstance *type_instance, in g_type_check_instance_is_fundamentally_a() argument
4080 if (!type_instance || !type_instance->g_class) in g_type_check_instance_is_fundamentally_a()
4082 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_is_fundamentally_a()
4104 g_type_check_instance_cast (GTypeInstance *type_instance, in g_type_check_instance_cast() argument
4107 if (type_instance) in g_type_check_instance_cast()
4109 if (type_instance->g_class) in g_type_check_instance_cast()
4114 node = lookup_type_node_I (type_instance->g_class->g_type); in g_type_check_instance_cast()
[all …]
/third_party/glib/tests/gobject/
Dperformance.c570 gboolean (*my_type_check_instance_is_a) (GTypeInstance *type_instance,