Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgmarshal.c36 #define g_marshal_value_peek_flags(v) g_value_get_flags (v) macro
60 #define g_marshal_value_peek_flags(v) (v)->data[0].v_ulong macro
1081 g_marshal_value_peek_flags (param_values + 1), in g_cclosure_marshal_VOID__FLAGS()
2195 g_marshal_value_peek_flags (param_values + 1), in g_cclosure_marshal_BOOLEAN__FLAGS()
/third_party/glib/gio/
Dgmarshal-internal.c33 #define g_marshal_value_peek_flags(v) g_value_get_flags (v) macro
57 #define g_marshal_value_peek_flags(v) (v)->data[0].v_ulong macro
190 g_marshal_value_peek_flags (param_values + 2), in _g_cclosure_marshal_BOOLEAN__OBJECT_FLAGS()
2200 g_marshal_value_peek_flags (param_values + 4), in _g_cclosure_marshal_VOID__STRING_STRING_STRING_FLAGS()