Home
last modified time | relevance | path

Searched refs:g_flags_get_first_value (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/gobject/tests/
Denums.c113 val = g_flags_get_first_value (class, 2|8); in test_flags_basic()
116 val = g_flags_get_first_value (class, 16); in test_flags_basic()
/third_party/glib/gobject/
Dgenums.h228 GFlagsValue* g_flags_get_first_value (GFlagsClass *flags_class,
Dgenums.c545 g_flags_get_first_value (GFlagsClass *flags_class, in g_flags_get_first_value() function
639 (flags_value = g_flags_get_first_value (flags_class, value)) != NULL) in g_flags_get_value_string()
Dgvaluetransform.c196 GFlagsValue *flags_value = g_flags_get_first_value (class, src_value->data[0].v_ulong); in value_transform_flags_string()
213 flags_value = g_flags_get_first_value (class, v_flags); in value_transform_flags_string()
/third_party/glib/gio/
Dgsettings-mapping.c414 flagsval = g_flags_get_first_value (fclass, flags); in g_settings_set_mapping()
Dgdbusmessage.c3423 flags_value = g_flags_get_first_value (klass, (1<<n)); in flags_to_string()
/third_party/glib/docs/reference/gobject/
Dgobject-sections.txt364 g_flags_get_first_value
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-chroma.c207 (value = g_flags_get_first_value (klass, site))) { in gst_video_chroma_site_to_string()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c4170 fl = g_flags_get_first_value (klass, flags); in gst_value_serialize_gflags()
4180 fl = g_flags_get_first_value (klass, flags); in gst_value_serialize_gflags()
7608 fl = g_flags_get_first_value (flags_klass, mask); in gst_value_serialize_flagset()
/third_party/glib/
DNEWS12437 * Make g_flags_get_first_value() handle a value
/third_party/gstreamer/gstreamer/
DChangeLog121590 gst/: GLib 2.6 g_flags_get_first_value has a bug that triggers an infinite loop
121596 GLib 2.6 g_flags_get_first_value has a bug that triggers an