Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgmarshal-internal.c36 #define g_marshal_value_peek_string(v) (char*) g_value_get_string (v) macro
60 #define g_marshal_value_peek_string(v) (v)->data[0].v_pointer macro
468 g_marshal_value_peek_string (param_values + 1), in _g_cclosure_marshal_BOOLEAN__STRING()
1428 g_marshal_value_peek_string (param_values + 3), in _g_cclosure_marshal_VOID__OBJECT_OBJECT_STRING_STRING_VARIANT()
1429 g_marshal_value_peek_string (param_values + 4), in _g_cclosure_marshal_VOID__OBJECT_OBJECT_STRING_STRING_VARIANT()
1743 g_marshal_value_peek_string (param_values + 3), in _g_cclosure_marshal_VOID__POINTER_INT_STRING()
1831 g_marshal_value_peek_string (param_values + 1), in _g_cclosure_marshal_VOID__STRING_BOOLEAN()
1916 g_marshal_value_peek_string (param_values + 1), in _g_cclosure_marshal_VOID__STRING_BOXED()
2006 g_marshal_value_peek_string (param_values + 1), in _g_cclosure_marshal_VOID__STRING_BOXED_BOXED()
2105 g_marshal_value_peek_string (param_values + 1), in _g_cclosure_marshal_VOID__STRING_INT64_INT64()
[all …]
/third_party/glib/gobject/
Dgmarshal.c39 #define g_marshal_value_peek_string(v) (char*) g_value_get_string (v) macro
63 #define g_marshal_value_peek_string(v) (v)->data[0].v_pointer macro
1405 g_marshal_value_peek_string (param_values + 1), in g_cclosure_marshal_VOID__STRING()