Searched refs:fields (Results 1 – 21 of 21) sorted by relevance
| /webrtc/sdp/src/description/ |
| H A D | session.rs | 157 write!(f, "{}", fields.join(" ")) in fmt() 930 if fields.len() != 6 { in unmarshal_origin() 1015 if fields.len() < 2 { in unmarshal_connection_information() 1091 if fields.len() < 2 { in unmarshal_timing() 1115 if fields.len() < 3 { in unmarshal_repeat_times() 1148 if fields.len() % 2 != 0 { in unmarshal_time_zones() 1181 key: fields[0].to_owned(), in unmarshal_session_attribute() 1186 key: fields[0].to_owned(), in unmarshal_session_attribute() 1201 if fields.len() < 4 { in unmarshal_media_description() 1209 fields[0], in unmarshal_media_description() [all …]
|
| /webrtc/sdp/src/extmap/ |
| H A D | mod.rs | 72 let fields: Vec<&str> = parts[1].split_whitespace().collect(); in unmarshal() localVariable 73 if fields.len() < 2 { in unmarshal() 77 let valdir: Vec<&str> = fields[0].split('/').collect(); in unmarshal() 97 let uri = Some(Url::parse(fields[1])?); in unmarshal() 99 let ext_attr = if fields.len() == 3 { in unmarshal() 100 Some(fields[2].to_owned()) in unmarshal()
|
| /webrtc/webrtc/src/peer_connection/policy/ |
| H A D | sdp_semantics.rs | 98 let fields: Vec<&str> = value.split_whitespace().collect(); in extract_ssrc_list() localVariable 99 if let Some(ssrc) = fields.first() { in extract_ssrc_list()
|
| /webrtc/ice/examples/ |
| H A D | ping_pong.rs | 269 let fields: Vec<String> = s.split(':').map(|s| s.to_string()).collect(); in main() localVariable 270 (fields[0].clone(), fields[1].clone()) in main()
|
| /webrtc/sctp/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/interceptor/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/constraints/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/examples/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/turn/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/rtcp/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/rtp/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/mdns/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/stun/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/media/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/data/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/srtp/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/dtls/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/util/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/sdp/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|
| /webrtc/ice/ |
| H A D | LICENSE-APACHE | 181 boilerplate notice, with the fields enclosed by brackets "[]"
|