Searched refs:DEFINE_IFACE (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/tests/gobject/ |
D | performance.c | 237 static DEFINE_IFACE (TestIface1, test_iface1, NULL, NULL) 238 static DEFINE_IFACE (TestIface2, test_iface2, NULL, NULL) 239 static DEFINE_IFACE (TestIface3, test_iface3, NULL, NULL) 240 static DEFINE_IFACE (TestIface4, test_iface4, NULL, NULL) 241 static DEFINE_IFACE (TestIface5, test_iface5, NULL, NULL)
|
D | testcommon.h | 61 #define DEFINE_IFACE(name, prefix, base_init, dflt_init) \ macro
|
D | dynamictype.c | 50 static DEFINE_IFACE(TestIface, test_iface, test_iface_base_init, test_iface_default_init) in DEFINE_IFACE() function
|
D | defaultiface.c | 58 DEFINE_IFACE (TestStaticIface, test_static_iface, in DEFINE_IFACE() function
|
D | override.c | 76 static DEFINE_IFACE (TestI, test_i, NULL, test_i_default_init)
|
/third_party/glib/gobject/tests/ |
D | testcommon.h | 62 #define DEFINE_IFACE(name, prefix, base_init, dflt_init) \ macro
|
D | ifaceproperties.c | 144 static DEFINE_IFACE (TestIface, test_iface, NULL, test_iface_default_init) in DEFINE_IFACE() function
|