OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_a_type
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gobject/
gtype.h
643
GType
is_a_type
);
[
all
...]
gparamspecs.h
913
* @
is_a_type
: a #GType whose subtypes can occur as values
922
GType
is_a_type
;
member in struct:_GParamSpecGType
1052
GType
is_a_type
,
gparamspecs.c
1068
value->data[0].v_long = tspec->
is_a_type
;
1079
if (tspec->
is_a_type
!= G_TYPE_NONE && !g_type_is_a (gtype, tspec->
is_a_type
))
1081
value->data[0].v_long = tspec->
is_a_type
;
[
all
...]
gtype.c
[
all
...]
Completed in 437 milliseconds