Searched refs:c_type (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | gtype.h | 464 …fine G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c… argument 493 …fine G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type), c… argument 506 …ne G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_t… 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
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | flags.h | 168 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument 170 c_type FLAG_##name = (default); \ 178 #define DECLARE_FLAG(c_type, name) \ argument 180 extern c_type FLAG_##name
|