Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs208 let mut want_split: Vec<&str> = want.split(';').collect(); in equivalent_fmtp() localVariable
211 if want_split.len() != got_split.len() { in equivalent_fmtp()
215 want_split.sort_unstable(); in equivalent_fmtp()
218 for (i, &want_part) in want_split.iter().enumerate() { in equivalent_fmtp()