Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c70 flags_to_string (GFlagsValue * values, guint flags) in flags_to_string() function
110 cur = flags_to_string (values, g_value_get_flags (value)); in _serialize_flags_default()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c323 flags_to_string (GFlagsValue * vals, guint flags) in flags_to_string() function
636 cur = flags_to_string (vals, g_value_get_flags (&value)); in print_object_properties_info()
/third_party/glib/gio/
Dgdbusmessage.c3410 flags_to_string (GType flags_type, guint value) in flags_to_string() function
3511 s = flags_to_string (G_TYPE_DBUS_MESSAGE_FLAGS, message->flags); in g_dbus_message_print()