Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgqueue.h116 GList* g_queue_peek_nth_link (GQueue *queue,
Dgaliasdef.c2165 #undef g_queue_peek_nth_link
2166 extern __typeof (g_queue_peek_nth_link) g_queue_peek_nth_link __attribute((alias("IA__g_queue_peek_…
Dgalias.h2158 extern __typeof (g_queue_peek_nth_link) IA__g_queue_peek_nth_link __attribute((visibility("hidden")…
2159 #define g_queue_peek_nth_link IA__g_queue_peek_nth_link macro
/external/bluetooth/glib/tests/
Dsequence-test.c312 *begin_link = g_queue_peek_nth_link (seq->queue, b); in get_random_range()
314 *end_link = g_queue_peek_nth_link (seq->queue, e); in get_random_range()
346 *link = g_queue_peek_nth_link (seq->queue, pos); in get_random_iter()
528 GList *link = g_queue_peek_nth_link (seq->queue, pos); in run_random_tests()
Dqueue-test.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()
942 node = g_queue_peek_nth_link (q, g_queue_get_length (q)); in main()
944 node = g_queue_peek_nth_link (q, g_queue_get_length (q) - 1); in main()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1935 g_queue_peek_nth_link