| /webrtc/util/src/vnet/chunk_queue/ |
| H A D | chunk_queue_test.rs | 22 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 D | sequence.rs | 9 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 D | mod.rs | 16 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 D | mod.rs | 41 fn clone_to(&self) -> Box<dyn Param + Send + Sync>; in clone_to() method 54 self.clone_to() in clone()
|
| H A D | param_forward_tsn_supported.rs | 44 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_random.rs | 41 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_heartbeat_info.rs | 43 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_header.rs | 56 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_state_cookie.rs | 43 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_supported_extensions.rs | 60 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_chunk_list.rs | 64 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_unknown.rs | 61 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_unrecognized.rs | 61 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_outgoing_reset_request.rs | 115 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_reconfig_response.rs | 130 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| H A D | param_requested_hmac_algorithm.rs | 105 fn clone_to(&self) -> Box<dyn Param + Send + Sync> { in clone_to() method
|
| /webrtc/rtp/src/codecs/g7xx/ |
| H A D | mod.rs | 40 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync> { in clone_to() method
|
| /webrtc/rtp/src/codecs/opus/ |
| H A D | mod.rs | 23 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync> { in clone_to() method
|
| /webrtc/util/src/vnet/ |
| H A D | chunk_queue.rs | 41 chunks.front().map(|chunk| chunk.clone_to()) in peek()
|
| H A D | chunk.rs | 106 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 D | nat.rs | 160 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 D | chunk_test.rs | 43 let cloned = c.clone_to(); in test_chunk_udp()
|
| /webrtc/stun/benches/ |
| H A D | bench.rs | 460 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 D | mod.rs | 108 fn clone_to(&self) -> Box<dyn Payloader + Send + Sync> { in clone_to() method
|
| /webrtc/stun/src/message/ |
| H A D | message_test.rs | 659 m.clone_to(&mut b)?; in test_message_clone_to() 683 m.clone_to(&mut b)?; in test_message_add_to()
|