Home
last modified time | relevance | path

Searched refs:g_queue_find (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/tests/
Dqueue.c319 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/
Dgqueue.h99 GList * g_queue_find (GQueue *queue,
Dgqueue.c299 g_queue_find (GQueue *queue, in g_queue_find() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2678 g_queue_find
/third_party/gstreamer/gstreamer/gst/
Dgstbin.c2177 if ((find = g_queue_find (&bit->queue, element))) { in remove_from_queue()