Home
last modified time | relevance | path

Searched refs:clone_to (Results 1 – 25 of 32) sorted by relevance

12

/webrtc/util/src/vnet/chunk_queue/
H A Dchunk_queue_test.rs22 let ok = q.push(c.clone_to()).await; in test_chunk_queue()
35 let ok = q.push(c.clone_to()).await; in test_chunk_queue()
38 let ok = q.push(c.clone_to()).await; in test_chunk_queue()
/webrtc/rtp/src/
H A Dsequence.rs9 fn clone_to(&self) -> Box<dyn Sequencer + Send + Sync>; in clone_to() method
14 self.clone_to() in clone()
69 fn clone_to(&self) -> Box<dyn Sequencer + Send + Sync> { in clone_to() method
/webrtc/rtp/src/packetizer/
H A Dmod.rs16 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync>; in clone_to() method
21 self.clone_to() in clone()
30 fn clone_to(&self) -> Box<dyn Packetizer + Send + Sync>; in clone_to() method
35 self.clone_to() in clone()
158 fn clone_to(&self) -> Box<dyn Packetizer + Send + Sync> { in clone_to() method
/webrtc/sctp/src/param/
H A Dmod.rs41 fn clone_to(&self) -> Box<dyn Param + Send + Sync>; in clone_to() method
54 self.clone_to() in clone()
H A Dparam_forward_tsn_supported.rs44 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_random.rs41 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_heartbeat_info.rs43 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_header.rs56 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_state_cookie.rs43 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_supported_extensions.rs60 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_chunk_list.rs64 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_unknown.rs61 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_unrecognized.rs61 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_outgoing_reset_request.rs115 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_reconfig_response.rs130 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
H A Dparam_requested_hmac_algorithm.rs105 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
/webrtc/rtp/src/codecs/g7xx/
H A Dmod.rs40 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync> { in clone_to() method
/webrtc/rtp/src/codecs/opus/
H A Dmod.rs23 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync> { in clone_to() method
/webrtc/util/src/vnet/
H A Dchunk_queue.rs41 chunks.front().map(|chunk| chunk.clone_to()) in peek()
H A Dchunk.rs106 fn clone_to(&self) -> Box<dyn Chunk + Send + Sync>; in clone_to() method
194 fn clone_to(&self) -> Box<dyn Chunk + Send + Sync> { in clone_to() method
301 fn clone_to(&self) -> Box<dyn Chunk + Send + Sync> { in clone_to() method
H A Dnat.rs160 let mut to = from.clone_to(); in translate_outbound()
291 let mut to = from.clone_to(); in translate_inbound()
/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs43 let cloned = c.clone_to(); in test_chunk_udp()
/webrtc/stun/benches/
H A Dbench.rs460 m.clone_to(&mut a).unwrap(); in benchmark_message()
463 m.clone_to(&mut a).unwrap(); in benchmark_message()
477 m.clone_to(&mut a).unwrap(); in benchmark_message()
/webrtc/rtp/src/codecs/vp8/
H A Dmod.rs108 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync> { in clone_to() method
/webrtc/stun/src/message/
H A Dmessage_test.rs659 m.clone_to(&mut b)?; in test_message_clone_to()
683 m.clone_to(&mut b)?; in test_message_add_to()

12