Searched refs:g_flags_to_string (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gobject/tests/ |
D | enums.c | 134 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/ |
D | genums.h | 240 gchar *g_flags_to_string (GType flags_type,
|
D | genums.c | 677 g_flags_to_string (GType flags_type, in g_flags_to_string() function
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 367 g_flags_to_string
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 483 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/ |
D | NEWS | 3192 * There are now g_enum_to_string and g_flags_to_string functions
|