HomeSort by relevance Sort by last modified time
    Searched defs:itype (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gobject/
gclosure.c 872 /* GType itype = (GType) closure->data; */
875 class = G_TYPE_INSTANCE_GET_CLASS (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
895 GType itype = (GType) closure->data; local
898 class = G_TYPE_INSTANCE_GET_INTERFACE (g_value_peek_pointer (param_values + 0), itype, GTypeClass);
910 * @itype: the #GType identifier of an interface or classed type
911 * @struct_offset: the offset of the member function of @itype's class
916 * identified by @itype.
921 g_signal_type_cclosure_new (GType itype,
926 g_return_val_if_fail (G_TYPE_IS_CLASSED (itype) || G_TYPE_IS_INTERFACE (itype), NULL)
    [all...]
gsignal.h 222 * @itype: The interface/instance type that this signal can be emitted for.
241 GType itype; member in struct:_GSignalQuery
251 GType itype,
261 GType itype,
271 GType itype,
281 GType itype,
307 GType itype);
311 guint* g_signal_list_ids (GType itype,
314 GType itype,
505 void _g_signals_destroy (GType itype);
    [all...]
gsignal.c 133 GType itype);
202 GType itype; member in struct:_SignalNode
222 GType itype; member in struct:_SignalKey
313 GType itype)
315 GType *ifaces, type = itype;
326 key.itype = type;
337 ifaces = g_type_interfaces (itype, &n_ifaces);
342 key.itype = ifaces[n_ifaces];
761 if (key1->itype == key2->itype)
1076 GType itype; local
2170 GType itype; local
2235 GType itype; local
    [all...]
  /external/openssl/crypto/asn1/
asn1t.h 557 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */ member in struct:ASN1_ITEM_st
568 /* These are values for the itype field and
  /external/openssl/include/openssl/
asn1t.h 557 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */ member in struct:ASN1_ITEM_st
568 /* These are values for the itype field and

Completed in 307 milliseconds