Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgtype.c166 typedef struct _CommonData CommonData; typedef
303 CommonData data;
310 CommonData common;
322 CommonData common;
336 CommonData common;
354 CommonData common;
1185 data = g_malloc0 (sizeof (CommonData) + vtable_size); in type_data_make_W()
1187 vtable = G_STRUCT_MEMBER_P (data, sizeof (CommonData)); in type_data_make_W()