Searched refs:g_array_remove_index_fast (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/ |
D | NEWS.pre-1-3 | 127 - 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/ |
D | garray.h | 112 GArray* g_array_remove_index_fast (GArray *array,
|
D | garray.c | 731 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/ |
D | array-test.c | 416 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/ |
D | gstglframebuffer.c | 465 g_array_remove_index_fast (fb->attachments, i); in gst_gl_framebuffer_attach()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcapsfeatures.c | 856 g_array_remove_index_fast (features->array, i); in gst_caps_features_remove_id()
|
D | gstpoll.c | 940 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/ |
D | glib-sections.txt | 2916 g_array_remove_index_fast
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpjitterbuffer.c | 2332 g_array_remove_index_fast (priv->timers, idx); in remove_timer()
|