Searched refs:g_list_index (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/tests/ |
D | list.c | 511 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/ |
D | glist.in.h | 111 gint g_list_index (GList *list,
|
D | glist.c | 471 g_list_index (GList *list,
|
/third_party/glib/glib/ |
D | glist.h | 127 gint g_list_index (GList *list,
|
D | glist.c | 976 g_list_index (GList *list, in g_list_index() function
|
D | gqueue.c | 951 return g_list_index (queue->head, data); in g_queue_index()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstflacparse.c | 1282 g_list_index (flacparse->headers, streaminfo) + 1); in gst_flac_parse_handle_headers()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2612 g_list_index
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 3981 stream->representation_idx = g_list_index (rep_list, representation); in gst_mpd_client_setup_representation()
|