Home
last modified time | relevance | path

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

/third_party/glib/gobject/tests/
Denums.c134 to_string = g_flags_to_string (type, 1|8); in test_flags_basic()
138 to_string = g_flags_to_string (type, 0); in test_flags_basic()
142 to_string = g_flags_to_string (type, 16); in test_flags_basic()
146 to_string = g_flags_to_string (type, 1|16); in test_flags_basic()
150 to_string = g_flags_to_string (no_default_type, 0); in test_flags_basic()
154 to_string = g_flags_to_string (no_default_type, 16); in test_flags_basic()
/third_party/glib/gobject/
Dgenums.h240 gchar *g_flags_to_string (GType flags_type,
Dgenums.c677 g_flags_to_string (GType flags_type, in g_flags_to_string() function
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt367 g_flags_to_string
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11deinterlace.cpp483 supported = g_flags_to_string (GST_TYPE_D3D11_DEINTERLACE_METHOD, in gst_d3d11_deinterlace_update_method()
485 requested = g_flags_to_string (GST_TYPE_D3D11_DEINTERLACE_METHOD, in gst_d3d11_deinterlace_update_method()
/third_party/glib/
DNEWS3192 * There are now g_enum_to_string and g_flags_to_string functions