Searched refs:g_queue_find (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/tests/ |
D | queue.c | 319 g_assert (g_queue_find (q, GINT_TO_POINTER (first))); in random_test() 320 g_assert (g_queue_find (q, GINT_TO_POINTER (second))); in random_test() 324 g_assert (!g_queue_find (q, GINT_TO_POINTER (first))); in random_test() 325 g_assert (!g_queue_find (q, GINT_TO_POINTER (second))); in random_test() 353 qinf->head = g_queue_find (q, GINT_TO_POINTER (find_min(q))); in random_test() 354 qinf->tail = g_queue_find (q, GINT_TO_POINTER (find_max(q))); in random_test() 531 g_queue_insert_before (q, g_queue_find (q, x), x); in random_test() 545 g_queue_insert_after (q, g_queue_find (q, x), x); in random_test() 916 g_assert (g_queue_find (q, GINT_TO_POINTER (i))); in test_copy()
|
/third_party/glib/glib/ |
D | gqueue.h | 99 GList * g_queue_find (GQueue *queue,
|
D | gqueue.c | 299 g_queue_find (GQueue *queue, in g_queue_find() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2678 g_queue_find
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbin.c | 2177 if ((find = g_queue_find (&bit->queue, element))) { in remove_from_queue()
|