Searched refs:marshaled (Results 1 – 3 of 3) sorted by relevance
268 let marshaled = rtcp::packet::marshal(&pkts)?; in read() localVariable269 let n = marshaled.len(); in read()274 buf[..n].copy_from_slice(&marshaled); in read()295 let marshaled = pkt.marshal()?; in read() localVariable296 let n = marshaled.len(); in read()301 buf[..n].copy_from_slice(&marshaled); in read()
391 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()
259 let marshaled = c.marshal(); in add_candidates_to_media_descriptions() localVariable262 if &marshaled == value { in add_candidates_to_media_descriptions()268 m.with_value_attribute("candidate".to_owned(), marshaled) in add_candidates_to_media_descriptions()