Home
last modified time | relevance | path

Searched refs:g_list_index (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/tests/
Dlist.c511 g_assert_cmpint (g_list_index (l, "a"), ==, 0); in test_position()
514 g_assert_cmpint (g_list_index (l, "b"), ==, 1); in test_position()
517 g_assert_cmpint (g_list_index (l, "c"), ==, 2); in test_position()
521 g_assert_cmpint (g_list_index (l, "d"), ==, -1); in test_position()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.in.h111 gint g_list_index (GList *list,
Dglist.c471 g_list_index (GList *list,
/third_party/glib/glib/
Dglist.h127 gint g_list_index (GList *list,
Dglist.c976 g_list_index (GList *list, in g_list_index() function
Dgqueue.c951 return g_list_index (queue->head, data); in g_queue_index()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1282 g_list_index (flacparse->headers, streaminfo) + 1); in gst_flac_parse_handle_headers()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2612 g_list_index
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c3981 stream->representation_idx = g_list_index (rep_list, representation); in gst_mpd_client_setup_representation()