Home
last modified time | relevance | path

Searched refs:marshaled (Results 1 – 3 of 3) sorted by relevance

/webrtc/interceptor/src/mock/
H A Dmock_stream.rs268 let marshaled = rtcp::packet::marshal(&pkts)?; in read() localVariable
269 let n = marshaled.len(); in read()
274 buf[..n].copy_from_slice(&marshaled); in read()
295 let marshaled = pkt.marshal()?; in read() localVariable
296 let n = marshaled.len(); in read()
301 buf[..n].copy_from_slice(&marshaled); in read()
/webrtc/ice/src/candidate/
H A Dcandidate_test.rs391 for (candidate, marshaled) in tests { in test_candidate_marshal()
392 let actual_candidate = unmarshal_candidate(marshaled); in test_candidate_marshal()
399 marshaled in test_candidate_marshal()
401 assert_eq!(marshaled, actual_candidate.marshal()); in test_candidate_marshal()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dmod.rs259 let marshaled = c.marshal(); in add_candidates_to_media_descriptions() localVariable
262 if &marshaled == value { in add_candidates_to_media_descriptions()
268 m.with_value_attribute("candidate".to_owned(), marshaled) in add_candidates_to_media_descriptions()