Home
last modified time | relevance | path

Searched refs:DEFINE_IFACE (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/tests/gobject/
Dperformance.c237 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)
Dtestcommon.h61 #define DEFINE_IFACE(name, prefix, base_init, dflt_init) \ macro
Ddynamictype.c50 static DEFINE_IFACE(TestIface, test_iface, test_iface_base_init, test_iface_default_init) in DEFINE_IFACE() function
Ddefaultiface.c58 DEFINE_IFACE (TestStaticIface, test_static_iface, in DEFINE_IFACE() function
Doverride.c76 static DEFINE_IFACE (TestI, test_i, NULL, test_i_default_init)
/third_party/glib/gobject/tests/
Dtestcommon.h62 #define DEFINE_IFACE(name, prefix, base_init, dflt_init) \ macro
Difaceproperties.c144 static DEFINE_IFACE (TestIface, test_iface, NULL, test_iface_default_init) in DEFINE_IFACE() function