Searched refs:newtarget (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 801 gst_ghost_pad_set_target (GstGhostPad * gpad, GstPad * newtarget) in gst_ghost_pad_set_target() argument 808 g_return_val_if_fail (GST_PAD_CAST (gpad) != newtarget, FALSE); in gst_ghost_pad_set_target() 813 if (newtarget == internal) { in gst_ghost_pad_set_target() 816 GST_DEBUG_PAD_NAME (newtarget)); in gst_ghost_pad_set_target() 820 if (newtarget) in gst_ghost_pad_set_target() 821 GST_DEBUG_OBJECT (gpad, "set target %s:%s", GST_DEBUG_PAD_NAME (newtarget)); in gst_ghost_pad_set_target() 840 if (newtarget) { in gst_ghost_pad_set_target() 843 GST_PTR_FORMAT, newtarget); in gst_ghost_pad_set_target() 847 gst_pad_link_full (internal, newtarget, GST_PAD_LINK_CHECK_NOTHING); in gst_ghost_pad_set_target() 850 gst_pad_link_full (newtarget, internal, GST_PAD_LINK_CHECK_NOTHING); in gst_ghost_pad_set_target()
|
D | gstghostpad.h | 133 gboolean gst_ghost_pad_set_target (GstGhostPad *gpad, GstPad *newtarget);
|
/third_party/node/deps/v8/src/compiler/ |
D | node-properties.cc | 334 JSFunctionRef newtarget = mnewtarget.Ref(broker).AsJSFunction(); in GetJSCreateMap() local 335 if (newtarget.map().has_prototype_slot() && in GetJSCreateMap() 336 newtarget.has_initial_map(broker->dependencies())) { in GetJSCreateMap() 337 MapRef initial_map = newtarget.initial_map(broker->dependencies()); in GetJSCreateMap() 340 DCHECK(newtarget.map().is_constructor()); in GetJSCreateMap()
|
/third_party/jerryscript/tests/unit-core/ |
D | BUILD.gn | 132 "test-newtarget.cpp",
|