Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 28) sorted by relevance

12

/webrtc/interceptor/src/nack/generator/
H A Dgenerator_stream.rs190 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 Derrors.rs92 settings.join(", "), in exposing_device_information()
102 let reasons = reasons.join(", "); in exposing_device_information()
/webrtc/sdp/src/description/
H A Dmedia.rs236 self.protos.join("/"), in fmt()
237 self.formats.join(" "), in fmt()
239 write!(f, "{}", s.join(" ")) in fmt()
H A Dcommon.rs43 write!(f, "{}", parts.join("/")) in fmt()
/webrtc/mdns/src/message/
H A Dmod.rs250 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 Derror.rs44 Err(Error::Other(errs_strs.join("\n"))) in flatten_errs()
/webrtc/stun/src/
H A Duattrs.rs24 write!(f, "{}", s.join(", ")) in fmt()
H A Dintegrity.rs70 let s = vec![username, realm, password].join(CREDENTIALS_SEP); in new_long_term_integrity()
/webrtc/mdns/src/message/resource/
H A Dtxt.rs16 write!(f, "dnsmessage.TXTResource{{txt: {{{}}}", self.txt.join(",")) in fmt()
H A Dopt.rs38 write!(f, "dnsmessage.OPTResource{{options: {}}}", s.join(",")) in fmt()
/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs103 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 Dparam_supported_extensions.rs21 .join(" "), in fmt()
H A Dparam_chunk_list.rs21 .join(" ") in fmt()
H A Dparam_requested_hmac_algorithm.rs56 .join(" "), in fmt()
/webrtc/sctp/src/chunk/
H A Dchunk_error.rs42 write!(f, "{}", res.join("\n")) in fmt()
H A Dchunk_abort.rs40 write!(f, "{}", res.join("\n")) in fmt()
H A Dchunk_forward_tsn.rs46 write!(f, "{}", res.join("\n")) in fmt()
/webrtc/webrtc/src/peer_connection/
H A Dcertificate.rs141 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 Dhandshake_message_server_hello.rs50 write!(f, "{}", s.join(" ")) in fmt()
H A Dhandshake_message_client_hello.rs69 write!(f, "{}", s.join(" ")) in fmt()
/webrtc/sdp/src/util/
H A Dmod.rs102 self.rtcp_feedback.join(", "), in fmt()
/webrtc/webrtc/src/
H A Derror.rs460 Err(Error::new(errs_strs.join("\n"))) in flatten_errs()
/webrtc/dtls/src/
H A Dhandshaker.rs181 let candidate = labels.join("."); in get_certificate()
/webrtc/util/src/vnet/
H A Dchunk.rs88 write!(f, "{}", sa.join("-")) in fmt()
/webrtc/webrtc/src/dtls_transport/
H A Dmod.rs551 let remote_value = values.join(":").to_lowercase(); in validate_fingerprint()

12