Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgqueue.c404 g_queue_insert_before (queue, g_queue_peek_nth_link (queue, n), data); in g_queue_push_nth()
510 next = g_queue_peek_nth_link (queue, n); in g_queue_push_nth_link()
690 nth_link = g_queue_peek_nth_link (queue, n); in g_queue_pop_nth()
754 link = g_queue_peek_nth_link (queue, n); in g_queue_pop_nth_link()
773 g_queue_peek_nth_link (GQueue *queue, in g_queue_peek_nth_link() function
925 link = g_queue_peek_nth_link (queue, n); in g_queue_peek_nth()
Dgqueue.h189 GList* g_queue_peek_nth_link (GQueue *queue,
/third_party/glib/glib/tests/
Dsequence.c351 *begin_link = g_queue_peek_nth_link (seq->queue, b); in get_random_range()
353 *end_link = g_queue_peek_nth_link (seq->queue, e); in get_random_range()
385 *link = g_queue_peek_nth_link (seq->queue, pos); in get_random_iter()
560 GList *link = g_queue_peek_nth_link (seq->queue, pos); in run_random_tests()
Dqueue.c665 g_assert (g_queue_peek_nth_link (q, 1000) == NULL); in random_test()
675 g_assert (g_queue_peek_nth_link (q, n) == link); in random_test()
963 node = g_queue_peek_nth_link (q, g_queue_get_length (q)); in test_off_by_one()
965 node = g_queue_peek_nth_link (q, g_queue_get_length (q) - 1); in test_off_by_one()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2706 g_queue_peek_nth_link