Searched defs:c_type (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/base/ |
D | flags.h | 168 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument 178 #define DECLARE_FLAG(c_type, name) \ argument
|
/external/bluetooth/glib/gobject/ |
D | gtype.h | 464 #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type),… argument 493 #define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type),… argument 506 #define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type),… argument 519 #define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), … argument 607 #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_priv… argument
|