Home
last modified time | relevance | path

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

/webrtc/sdp/src/util/
H A Dmod.rs209 let mut got_split: Vec<&str> = got.split(';').collect(); in equivalent_fmtp() localVariable
211 if want_split.len() != got_split.len() { in equivalent_fmtp()
216 got_split.sort_unstable(); in equivalent_fmtp()
220 let got_part = got_split[i].trim(); in equivalent_fmtp()