Searched refs:g_queue_peek_nth_link (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/glib/ |
D | gqueue.c | 404 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()
|
D | gqueue.h | 189 GList* g_queue_peek_nth_link (GQueue *queue,
|
/third_party/glib/glib/tests/ |
D | sequence.c | 351 *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()
|
D | queue.c | 665 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/ |
D | glib-sections.txt | 2706 g_queue_peek_nth_link
|