Searched refs:link_t (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/gst/parse/ |
D | types.h | 19 } link_t; typedef 54 G_GNUC_INTERNAL link_t *__gst_parse_link_new (void); 55 G_GNUC_INTERNAL void __gst_parse_link_free (link_t *data); 67 # define gst_parse_link_new() g_slice_new0 (link_t) 68 # define gst_parse_link_free(l) g_slice_free (link_t, l)
|
D | grammar.y | 63 link_t *__gst_parse_link_new (void) in __gst_parse_link_new() 65 link_t *ret; in __gst_parse_link_new() 67 ret = g_slice_new0 (link_t); in __gst_parse_link_new() 72 __gst_parse_link_free (link_t *data) in __gst_parse_link_free() 76 g_slice_free (link_t, data); in __gst_parse_link_free() 501 static void gst_parse_free_link (link_t *link) in gst_parse_free_link() 674 gst_parse_perform_link (link_t *link, graph_t *graph) in gst_parse_perform_link() 788 link_t *ll; 1273 link_t *l = (link_t *) walk->data;
|
D | grammar.tab.h | 72 link_t *ll;
|
D | grammar.y.in | 63 link_t *__gst_parse_link_new (void) 65 link_t *ret; 67 ret = g_slice_new0 (link_t); 72 __gst_parse_link_free (link_t *data) 76 g_slice_free (link_t, data); 501 static void gst_parse_free_link (link_t *link) 674 gst_parse_perform_link (link_t *link, graph_t *graph) 788 link_t *ll; 1273 link_t *l = (link_t *) walk->data;
|
D | grammar.tab.c | 137 link_t *__gst_parse_link_new (void) in __gst_parse_link_new() 139 link_t *ret; in __gst_parse_link_new() 141 ret = g_slice_new0 (link_t); in __gst_parse_link_new() 146 __gst_parse_link_free (link_t *data) in __gst_parse_link_free() 150 g_slice_free (link_t, data); in __gst_parse_link_free() 575 static void gst_parse_free_link (link_t *link) in gst_parse_free_link() 748 gst_parse_perform_link (link_t *link, graph_t *graph) in gst_parse_perform_link() 926 link_t *ll; 2950 link_t *l = (link_t *) walk->data; in priv_gst_parse_launch()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-serialize.hh | 83 struct link_t struct 95 hb_vector_t<link_t> links; 443 for (const object_t::link_t &link : parent->links) in resolve_links() 631 void assign_offset (const object_t* parent, const object_t::link_t &link, unsigned offset) in assign_offset()
|
D | hb-repacker.hh | 856 const hb_serialize_context_t::object_t::link_t& link) const in compute_offset() 876 const hb_serialize_context_t::object_t::link_t& link) const in is_valid_offset() 904 void reassign_link (hb_serialize_context_t::object_t::link_t& link, in reassign_link() 954 serialize_link_of_type (const hb_serialize_context_t::object_t::link_t& link, in serialize_link_of_type() 968 void serialize_link (const hb_serialize_context_t::object_t::link_t& link, in serialize_link()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 41972 + link_t () = default; 41975 + link_t (const hb_link_t &o)
|