Searched refs:g_list_position (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/glib/tests/ |
D | list.c | 510 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/ |
D | glist.in.h | 109 gint g_list_position (GList *list,
|
D | glist.c | 453 g_list_position (GList *list,
|
/third_party/glib/glib/ |
D | glist.h | 124 gint g_list_position (GList *list,
|
D | glist.c | 947 g_list_position (GList *list, in g_list_position() function
|
D | gqueue.c | 820 return g_list_position (queue->head, link_); in g_queue_link_index()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpreddec.c | 156 g_list_position (rtp_history->head, sibling), link); in gst_rtp_red_history_update()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdclient.c | 2541 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/ |
D | testglib.c | 95 if (g_list_position (list, g_list_nth (list, i)) != i) in glist_test()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2611 g_list_position
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstelement.c | 3403 if (walk && g_list_position (element->pads, walk) == -1) in gst_element_dispose()
|