Home
last modified time | relevance | path

Searched refs:G_DEFINE_CONSTRUCTOR (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/libsoup/
Dgconstructor.h25 #define G_DEFINE_CONSTRUCTOR(_func) static void __attribute__((constructor)) _func (void); macro
52 #define G_DEFINE_CONSTRUCTOR(_func) G_MSVC_CTOR (_func, G_MSVC_SYMBOL_PREFIX) macro
81 #define G_DEFINE_CONSTRUCTOR(_func) \ macro
106 #define G_DEFINE_CONSTRUCTOR(_func) \ macro
Dsoup-init.c72 G_DEFINE_CONSTRUCTOR(soup_init_ctor) in G_DEFINE_CONSTRUCTOR() function
/third_party/glib/glib/
Dgconstructor.h25 #define G_DEFINE_CONSTRUCTOR(_func) static void __attribute__((constructor)) _func (void); macro
54 #define G_DEFINE_CONSTRUCTOR(_func) G_MSVC_CTOR (_func, G_MSVC_SYMBOL_PREFIX) macro
83 #define G_DEFINE_CONSTRUCTOR(_func) \ macro
108 #define G_DEFINE_CONSTRUCTOR(_func) \ macro
Dglib-init.c397 G_DEFINE_CONSTRUCTOR(glib_init_ctor) in G_DEFINE_CONSTRUCTOR() function
/third_party/glib/gobject/
Dgtype.c4542 G_DEFINE_CONSTRUCTOR(gobject_init_ctor) in G_DEFINE_CONSTRUCTOR() function