Home
last modified time | relevance | path

Searched refs:g_array_remove_index_fast (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/
DNEWS.pre-1-3127 - g_array_remove_index_fast: remove an entry, order might be distorted
131 - g_byte_array_remove_index_fast: wrapper for g_array_remove_index_fast
/third_party/glib/glib/
Dgarray.h112 GArray* g_array_remove_index_fast (GArray *array,
Dgarray.c731 g_array_remove_index_fast (GArray *farray, in g_array_remove_index_fast() function
2488 g_array_remove_index_fast ((GArray *)array, index_); in g_byte_array_remove_index_fast()
/third_party/glib/glib/tests/
Darray-test.c416 g_array_remove_index_fast (garray, 1); in array_remove_index_fast()
417 g_array_remove_index_fast (garray, 3); in array_remove_index_fast()
418 g_array_remove_index_fast (garray, 21); in array_remove_index_fast()
419 g_array_remove_index_fast (garray, 57); in array_remove_index_fast()
684 g_array_remove_index_fast (garray, 4); in array_clear_func()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglframebuffer.c465 g_array_remove_index_fast (fb->attachments, i); in gst_gl_framebuffer_attach()
/third_party/gstreamer/gstreamer/gst/
Dgstcapsfeatures.c856 g_array_remove_index_fast (features->array, i); in gst_caps_features_remove_id()
Dgstpoll.c940 g_array_remove_index_fast (set->events, idx); in gst_poll_remove_fd()
945 g_array_remove_index_fast (set->fds, idx); in gst_poll_remove_fd()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2916 g_array_remove_index_fast
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpjitterbuffer.c2332 g_array_remove_index_fast (priv->timers, idx); in remove_timer()