Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgarray.h65 #define g_array_prepend_val(a,v) g_array_prepend_vals (a, &(v), 1) macro
/third_party/glib/glib/tests/
Darray-test.c232 g_array_prepend_val (garray, i); in array_prepend_val()
494 g_array_prepend_val (garray, i); in array_ref_count()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultihandlesink.c1623 g_array_prepend_val (mhsink->bufqueue, buffer); in gst_multi_handle_sink_queue_buffer()
/third_party/glib/tests/
Dtestglib.c1322 g_array_prepend_val (garray, i); in test_arrays()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2911 g_array_prepend_val
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1850 g_array_prepend_val (common->index, index); in gst_matroska_read_common_add_first_key_frame()