Home
last modified time | relevance | path

Searched refs:g_list_position (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/glib/tests/
Dlist.c510 g_assert_cmpint (g_list_position (l, ll), ==, 0); in test_position()
513 g_assert_cmpint (g_list_position (l, ll), ==, 1); in test_position()
516 g_assert_cmpint (g_list_position (l, ll), ==, 2); in test_position()
520 g_assert_cmpint (g_list_position (l, ll), ==, -1); in test_position()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dglist.in.h109 gint g_list_position (GList *list,
Dglist.c453 g_list_position (GList *list,
/third_party/glib/glib/
Dglist.h124 gint g_list_position (GList *list,
Dglist.c947 g_list_position (GList *list, in g_list_position() function
Dgqueue.c820 return g_list_position (queue->head, link_); in g_queue_link_index()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c156 g_list_position (rtp_history->head, sibling), link); in gst_rtp_red_history_update()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c2541 return lowest ? g_list_position (Representations, lowest) : -1; in gst_mpd_client_get_rep_idx_with_min_bandwidth()
2597 return best ? g_list_position (Representations, best) : -1; in gst_mpd_client_get_rep_idx_with_max_bandwidth()
/third_party/glib/tests/
Dtestglib.c95 if (g_list_position (list, g_list_nth (list, i)) != i) in glist_test()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2611 g_list_position
/third_party/gstreamer/gstreamer/gst/
Dgstelement.c3403 if (walk && g_list_position (element->pads, walk) == -1) in gst_element_dispose()