| /webrtc/interceptor/src/nack/generator/ |
| H A D | generator_stream.rs | 190 let join = |parts: &[&[u16]]| -> Vec<u16> { in test_generator_stream() localVariable 271 assert_missing(&rl, 0, &join(&[&all(206, 328), &all(330, 332)])); in test_generator_stream() 272 … assert_missing(&rl, 5, &join(&[&all(206, 328)])); // skip last 5 packets (329-333) from check in test_generator_stream() 277 assert_missing(&rl, 0, &join(&[&[206], &all(321, 328), &all(330, 332)])); in test_generator_stream() 283 assert_missing(&rl, 0, &join(&[&all(321, 328), &all(330, 332)])); in test_generator_stream() 288 assert_missing(&rl, 0, &join(&[&[321], &all(330, 332)])); in test_generator_stream()
|
| /webrtc/constraints/src/ |
| H A D | errors.rs | 92 settings.join(", "), in exposing_device_information() 102 let reasons = reasons.join(", "); in exposing_device_information()
|
| /webrtc/sdp/src/description/ |
| H A D | media.rs | 236 self.protos.join("/"), in fmt() 237 self.formats.join(" "), in fmt() 239 write!(f, "{}", s.join(" ")) in fmt()
|
| H A D | common.rs | 43 write!(f, "{}", parts.join("/")) in fmt()
|
| /webrtc/mdns/src/message/ |
| H A D | mod.rs | 250 s += &v.join(", "); in fmt() 254 s += &v.join(", "); in fmt() 258 s += &v.join(", "); in fmt() 262 s += &v.join(", "); in fmt()
|
| /webrtc/interceptor/src/ |
| H A D | error.rs | 44 Err(Error::Other(errs_strs.join("\n"))) in flatten_errs()
|
| /webrtc/stun/src/ |
| H A D | uattrs.rs | 24 write!(f, "{}", s.join(", ")) in fmt()
|
| H A D | integrity.rs | 70 let s = vec![username, realm, password].join(CREDENTIALS_SEP); in new_long_term_integrity()
|
| /webrtc/mdns/src/message/resource/ |
| H A D | txt.rs | 16 write!(f, "dnsmessage.TXTResource{{txt: {{{}}}", self.txt.join(",")) in fmt()
|
| H A D | opt.rs | 38 write!(f, "dnsmessage.OPTResource{{options: {}}}", s.join(",")) in fmt()
|
| /webrtc/ice/src/udp_mux/ |
| H A D | udp_mux_test.rs | 103 let (r1, r2, r3) = tokio::join!(h1, h2, h3); in test_udp_mux() 109 let (r1, r2) = tokio::join!(h1, h2); in test_udp_mux() 271 let (r1, r2) = tokio::join!(mux_handle, remote_handle); in test_mux_connection()
|
| /webrtc/sctp/src/param/ |
| H A D | param_supported_extensions.rs | 21 .join(" "), in fmt()
|
| H A D | param_chunk_list.rs | 21 .join(" ") in fmt()
|
| H A D | param_requested_hmac_algorithm.rs | 56 .join(" "), in fmt()
|
| /webrtc/sctp/src/chunk/ |
| H A D | chunk_error.rs | 42 write!(f, "{}", res.join("\n")) in fmt()
|
| H A D | chunk_abort.rs | 40 write!(f, "{}", res.join("\n")) in fmt()
|
| H A D | chunk_forward_tsn.rs | 46 write!(f, "{}", res.join("\n")) in fmt()
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | certificate.rs | 141 dtls::crypto::Certificate::from_pem(&pem_blocks.collect::<Vec<&str>>().join("\n\n"))?; in from_pem() 199 value: values.join(":"), in get_fingerprints()
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_message_server_hello.rs | 50 write!(f, "{}", s.join(" ")) in fmt()
|
| H A D | handshake_message_client_hello.rs | 69 write!(f, "{}", s.join(" ")) in fmt()
|
| /webrtc/sdp/src/util/ |
| H A D | mod.rs | 102 self.rtcp_feedback.join(", "), in fmt()
|
| /webrtc/webrtc/src/ |
| H A D | error.rs | 460 Err(Error::new(errs_strs.join("\n"))) in flatten_errs()
|
| /webrtc/dtls/src/ |
| H A D | handshaker.rs | 181 let candidate = labels.join("."); in get_certificate()
|
| /webrtc/util/src/vnet/ |
| H A D | chunk.rs | 88 write!(f, "{}", sa.join("-")) in fmt()
|
| /webrtc/webrtc/src/dtls_transport/ |
| H A D | mod.rs | 551 let remote_value = values.join(":").to_lowercase(); in validate_fingerprint()
|