| /webrtc/util/src/marshal/ |
| H A D | exact_size_buf.rs | 20 fn is_empty(&self) -> bool { in is_empty() method 32 fn is_empty(&self) -> bool { in is_empty() method 33 Bytes::is_empty(self) in is_empty() 44 fn is_empty(&self) -> bool { in is_empty() method 45 BytesMut::is_empty(self) in is_empty() 56 fn is_empty(&self) -> bool { in is_empty() method 57 <[u8]>::is_empty(self) in is_empty() 73 fn is_empty(&self) -> bool { in is_empty() function 77 first_ref.is_empty() && last_ref.is_empty() in is_empty() 92 fn is_empty(&self) -> bool { in is_empty() function [all …]
|
| /webrtc/dtls/src/handshake/ |
| H A D | handshake_message_client_key_exchange.rs | 21 if !self.public_key.is_empty() { in size() 29 if (!self.identity_hint.is_empty() && !self.public_key.is_empty()) in marshal() 30 || (self.identity_hint.is_empty() && self.public_key.is_empty()) in marshal() 35 if !self.public_key.is_empty() { in marshal()
|
| /webrtc/rtp/src/codecs/vp8/ |
| H A D | vp8_test.rs | 25 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 30 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 40 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 50 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 60 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 70 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 82 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 94 assert!(!payload.is_empty(), "Payload must be not empty"); in test_vp8_unmarshal() 185 assert!(result.is_empty(), "Generated payload should be empty"); in test_vp8_payload_eror()
|
| /webrtc/constraints/src/ |
| H A D | constraint.rs | 217 pub fn is_empty(&self) -> bool { in is_empty() method 222 Self::Bool(constraint) => constraint.is_empty(), in is_empty() 224 Self::String(constraint) => constraint.is_empty(), in is_empty() 379 pub fn is_empty(&self) -> bool { in is_empty() method 384 Self::Bool(constraint) => constraint.is_empty(), in is_empty() 386 Self::String(constraint) => constraint.is_empty(), in is_empty() 419 if self.is_empty() { in into_sanitized() 472 let actual = subject.is_empty(); in default() 583 fn is_empty() { in is_empty() function 586 assert!(empty_subject.is_empty()); in is_empty() [all …]
|
| /webrtc/webrtc/src/api/setting_engine/ |
| H A D | setting_engine_test.rs | 58 s.candidates.nat_1to1_ips.is_empty(), in test_set_nat_1to1_ips() 173 assert!(negotiated_video_codecs.is_empty()); in test_setting_engine_set_disable_media_engine_copy() 185 assert!(!negotiated_video_codecs.is_empty()); in test_setting_engine_set_disable_media_engine_copy() 201 assert!(!negotiated_video_codecs.is_empty()); in test_setting_engine_set_disable_media_engine_copy() 216 assert!(negotiated_video_codecs.is_empty()); in test_setting_engine_set_disable_media_engine_copy() 247 assert!(!negotiated_video_codecs.is_empty()); in test_setting_engine_set_disable_media_engine_copy() 263 assert!(!negotiated_video_codecs.is_empty()); in test_setting_engine_set_disable_media_engine_copy()
|
| /webrtc/constraints/src/constraint/ |
| H A D | value_sequence.rs | 90 pub fn is_empty(&self) -> bool { in is_empty() method 92 Self::Bare(bare) => bare.is_empty(), in is_empty() 93 Self::Constraint(constraint) => constraint.is_empty(), in is_empty() 166 pub fn is_empty(&self) -> bool { in is_empty() method 167 let exact_is_empty = self.exact.as_ref().map_or(true, Vec::is_empty); in is_empty() 168 let ideal_is_empty = self.ideal.as_ref().map_or(true, Vec::is_empty); in is_empty() 283 mod is_empty { module 290 assert!(!constraint.is_empty()); in bare() 316 let actual = constraint.is_empty(); in constraint()
|
| H A D | value.rs | 84 pub fn is_empty(&self) -> bool { in is_empty() method 87 Self::Constraint(constraint) => constraint.is_empty(), in is_empty() 160 pub fn is_empty(&self) -> bool { in is_empty() method 266 mod is_empty { module 273 assert!(!constraint.is_empty()); in bare() 291 let actual = constraint.is_empty(); in constraint()
|
| H A D | value_range.rs | 86 pub fn is_empty(&self) -> bool { in is_empty() method 89 Self::Constraint(constraint) => constraint.is_empty(), in is_empty() 192 pub fn is_empty(&self) -> bool { in is_empty() method 322 mod is_empty { module 329 assert!(!constraint.is_empty()); in bare() 358 let actual = constraint.is_empty(); in constraint()
|
| /webrtc/sdp/src/util/ |
| H A D | mod.rs | 189 if saved_codec.name.is_empty() { in merge_codecs() 195 if saved_codec.encoding_parameters.is_empty() { in merge_codecs() 198 if saved_codec.fmtp.is_empty() { in merge_codecs() 230 if !wanted.name.is_empty() && wanted.name.to_lowercase() != got.name.to_lowercase() { in codecs_match() 236 if !wanted.encoding_parameters.is_empty() in codecs_match() 241 if !wanted.fmtp.is_empty() && !equivalent_fmtp(&wanted.fmtp, &got.fmtp) { in codecs_match()
|
| /webrtc/rtp/src/codecs/opus/ |
| H A D | mod.rs | 16 if payload.is_empty() || mtu == 0 { in payload() 34 if packet.is_empty() { in depacketize()
|
| /webrtc/interceptor/src/ |
| H A D | registry.rs | 26 if self.builders.is_empty() { in build() 36 if self.builders.is_empty() { in build_chain()
|
| /webrtc/ice/src/external_ip_mapper/ |
| H A D | mod.rs | 26 if self.ip_sole.is_some() || !self.ip_map.is_empty() { in set_sole_ip() 73 if ips.is_empty() { in new() 92 if ip_pair.is_empty() || ip_pair.len() > 2 { in new()
|
| /webrtc/rtcp/src/compound_packet/ |
| H A D | mod.rs | 45 if self.0.is_empty() { in destination_ssrc() 121 if self.0.is_empty() { in validate() 171 if self.0.is_empty() { in cname()
|
| /webrtc/interceptor/src/nack/ |
| H A D | mod.rs | 10 if fb.typ == "nack" && fb.parameter.is_empty() { in stream_support_nack()
|
| /webrtc/sctp/src/queue/ |
| H A D | reassembly_queue.rs | 241 if !self.unordered.is_empty() { in is_readable() 247 if !self.ordered.is_empty() { in is_readable() 258 let cset = if !self.unordered.is_empty() { in read() 260 } else if !self.ordered.is_empty() { in read()
|
| H A D | payload_queue.rs | 37 if self.sorted.is_empty() || sna32gt(tsn, *self.sorted.back().unwrap()) { in push_no_check() 103 if self.chunk_map.is_empty() { in get_gap_ack_blocks() 179 pub(crate) fn is_empty(&self) -> bool { in is_empty() method
|
| /webrtc/webrtc/src/api/ |
| H A D | api_test.rs | 20 !api.media_engine.audio_codecs.is_empty(), in test_new_api()
|
| /webrtc/rtp/src/codecs/h264/ |
| H A D | h264_test.rs | 27 assert!(result.is_empty(), "Generated payload should be empty"); in test_h264_payload() 254 assert!(res.is_empty(), "Generated payload should be empty"); in test_h264_payloader_payload_sps_and_pps_handling() 257 assert!(res.is_empty(), "Generated payload should be empty"); in test_h264_payloader_payload_sps_and_pps_handling()
|
| /webrtc/dtls/src/ |
| H A D | config.rs | 162 if !is_client && config.psk.is_none() && config.certificates.is_empty() { in validate_config() 166 if !config.certificates.is_empty() && config.psk.is_some() { in validate_config()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_server.rs | 32 if self.username.is_empty() || self.credential.is_empty() { in urls()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 213 if !rids.is_empty() && !track_id.is_empty() && !stream_id.is_empty() { in track_details_from_sdp() 375 if !parsed.media_descriptions.is_empty() { in populate_local_candidates() 413 if media_section.transceivers.is_empty() { in add_transceiver_sdp() 462 if codecs.is_empty() { in add_transceiver_sdp() 515 if !media_section.rid_map.is_empty() { in add_transceiver_sdp() 669 if m.data && !m.transceivers.is_empty() { in populate_sdp() 763 if fingerprints.is_empty() { in extract_fingerprint() 814 if remote_ufrags.is_empty() { in extract_ice_details() 816 } else if remote_pwds.is_empty() { in extract_ice_details()
|
| /webrtc/turn/src/relay/ |
| H A D | relay_none.rs | 18 if self.address.is_empty() { in validate()
|
| H A D | relay_static.rs | 24 if self.address.is_empty() { in validate()
|
| /webrtc/turn/src/server/ |
| H A D | config.rs | 48 if self.conn_configs.is_empty() { in validate()
|
| /webrtc/webrtc/src/mux/ |
| H A D | mux_func.rs | 12 if buf.is_empty() { in match_range()
|