Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 167) sorted by relevance

1234567

/webrtc/webrtc/src/mux/
H A Dmux_func.rs5 pub fn match_all(_b: &[u8]) -> bool { in match_all()
35 pub fn match_dtls(b: &[u8]) -> bool { in match_dtls()
41 pub fn match_srtp_or_srtcp(b: &[u8]) -> bool { in match_srtp_or_srtcp()
45 pub(crate) fn is_rtcp(buf: &[u8]) -> bool { in is_rtcp()
56 pub fn match_srtp(buf: &[u8]) -> bool { in match_srtp()
61 pub fn match_srtcp(buf: &[u8]) -> bool { in match_srtcp()
/webrtc/sctp/src/
H A Dutil.rs27 pub(crate) fn sna32lt(i1: u32, i2: u32) -> bool { in sna32lt()
32 pub(crate) fn sna32lte(i1: u32, i2: u32) -> bool { in sna32lte()
37 pub(crate) fn sna32gt(i1: u32, i2: u32) -> bool { in sna32gt()
42 pub(crate) fn sna32gte(i1: u32, i2: u32) -> bool { in sna32gte()
47 pub(crate) fn sna32eq(i1: u32, i2: u32) -> bool { in sna32eq()
52 pub(crate) fn sna16lt(i1: u16, i2: u16) -> bool { in sna16lt()
57 pub(crate) fn sna16lte(i1: u16, i2: u16) -> bool { in sna16lte()
62 pub(crate) fn sna16gt(i1: u16, i2: u16) -> bool { in sna16gt()
67 pub(crate) fn sna16gte(i1: u16, i2: u16) -> bool { in sna16gte()
72 pub(crate) fn sna16eq(i1: u16, i2: u16) -> bool { in sna16eq()
/webrtc/util/src/marshal/
H A Dexact_size_buf.rs20 fn is_empty(&self) -> bool { in is_empty()
32 fn is_empty(&self) -> bool { in is_empty()
44 fn is_empty(&self) -> bool { in is_empty()
56 fn is_empty(&self) -> bool { in is_empty()
73 fn is_empty(&self) -> bool { in is_empty()
92 fn is_empty(&self) -> bool { in is_empty()
/webrtc/ice/src/network_type/
H A Dmod.rs80 pub fn is_udp(self) -> bool { in is_udp()
86 pub fn is_tcp(self) -> bool { in is_tcp()
102 pub const fn is_reliable(self) -> bool { in is_reliable()
111 pub const fn is_ipv4(self) -> bool { in is_ipv4()
120 pub const fn is_ipv6(self) -> bool { in is_ipv6()
/webrtc/rtp/src/codecs/opus/
H A Dmod.rs41 fn is_partition_head(&self, _payload: &Bytes) -> bool { in is_partition_head()
45 fn is_partition_tail(&self, _marker: bool, _payload: &Bytes) -> bool { in is_partition_tail()
/webrtc/rtp/src/codecs/h265/
H A Dmod.rs36 pub fn f(&self) -> bool { in f()
396 pub fn s(&self) -> bool { in s()
402 pub fn e(&self) -> bool { in e()
551 pub fn a(&self) -> bool { in a()
569 pub fn f0(&self) -> bool { in f0()
575 pub fn f1(&self) -> bool { in f1()
581 pub fn f2(&self) -> bool { in f2()
587 pub fn y(&self) -> bool { in y()
677 pub fn s(&self) -> bool { in s()
684 pub fn e(&self) -> bool { in e()
[all …]
/webrtc/webrtc/src/rtp_transceiver/fmtp/generic/
H A Dmod.rs7 fn fmtp_consist(a: &HashMap<String, String>, b: &HashMap<String, String>) -> bool { in fmtp_consist() argument
39 fn match_fmtp(&self, f: &(dyn Fmtp)) -> bool { in match_fmtp()
55 fn equal(&self, other: &(dyn Fmtp)) -> bool { in equal()
/webrtc/webrtc/src/rtp_transceiver/fmtp/h264/
H A Dmod.rs6 fn profile_level_id_matches(a: &str, b: &str) -> bool { in profile_level_id_matches()
52 fn match_fmtp(&self, f: &(dyn Fmtp)) -> bool { in match_fmtp()
92 fn equal(&self, other: &(dyn Fmtp)) -> bool { in equal()
/webrtc/webrtc/src/rtp_transceiver/fmtp/
H A Dmod.rs19 fn match_fmtp(&self, f: &(dyn Fmtp)) -> bool; in match_fmtp()
25 fn equal(&self, other: &(dyn Fmtp)) -> bool; in equal()
30 fn eq(&self, other: &Self) -> bool { in eq()
/webrtc/stun/src/
H A Dchecks.rs16 pub fn is_attr_size_invalid(err: &Error) -> bool { in is_attr_size_invalid()
46 pub fn is_attr_size_overflow(err: &Error) -> bool { in is_attr_size_overflow()
/webrtc/dtls/src/cipher_suite/
H A Dcipher_suite_aes_128_ccm.rs23 psk: bool, in new()
53 fn is_psk(&self) -> bool { in is_psk()
57 fn is_initialized(&self) -> bool { in is_initialized()
66 is_client: bool, in init()
H A Dmod.rs122 fn is_psk(&self) -> bool; in is_psk()
123 fn is_initialized(&self) -> bool; in is_initialized()
131 is_client: bool, in init()
208 exclude_psk: bool, in parse_cipher_suites()
209 exclude_non_psk: bool, in parse_cipher_suites()
H A Dcipher_suite_tls_psk_with_aes_128_gcm_sha256.rs33 fn is_psk(&self) -> bool { in is_psk()
37 fn is_initialized(&self) -> bool { in is_initialized()
46 is_client: bool, in init()
H A Dcipher_suite_aes_128_gcm_sha256.rs50 fn is_psk(&self) -> bool { in is_psk()
54 fn is_initialized(&self) -> bool { in is_initialized()
63 is_client: bool, in init()
H A Dcipher_suite_aes_256_cbc_sha.rs50 fn is_psk(&self) -> bool { in is_psk()
54 fn is_initialized(&self) -> bool { in is_initialized()
63 is_client: bool, in init()
/webrtc/dtls/src/flight/
H A Dmod.rs62 fn is_last_send_flight(&self) -> bool { in is_last_send_flight()
65 fn is_last_recv_flight(&self) -> bool { in is_last_recv_flight()
68 fn has_retransmit(&self) -> bool { in has_retransmit()
/webrtc/constraints/src/algorithms/
H A Dfitness_distance.rs59 fn is_nearly_greater_than_or_equal_to(actual: f64, min: f64) -> bool { in is_nearly_greater_than_or_equal_to()
63 fn is_nearly_less_than_or_equal_to(actual: f64, max: f64) -> bool { in is_nearly_less_than_or_equal_to()
67 fn is_nearly_equal_to(actual: f64, exact: f64) -> bool { in is_nearly_equal_to()
/webrtc/dtls/src/signature_hash_algorithm/
H A Dmod.rs58 pub(crate) fn insecure(&self) -> bool { in insecure()
65 pub(crate) fn invalid(&self) -> bool { in invalid()
98 pub(crate) fn is_compatible(&self, private_key: &CryptoPrivateKey) -> bool { in is_compatible()
185 insecure_hashes: bool, in parse_signature_schemes()
/webrtc/util/src/replay_detector/
H A Dmod.rs10 fn check(&mut self, seq: u64) -> bool; in check()
41 fn check(&mut self, seq: u64) -> bool { in check()
106 fn check(&mut self, seq: u64) -> bool { in check()
173 fn check(&mut self, _: u64) -> bool { in check()
/webrtc/sctp/src/timer/
H A Dack_timer.rs33 pub(crate) fn start(&mut self) -> bool { in start()
70 pub(crate) fn is_running(&self) -> bool { in is_running()
/webrtc/interceptor/src/nack/
H A Dmod.rs8 fn stream_support_nack(info: &StreamInfo) -> bool { in stream_support_nack()
/webrtc/data/src/
H A Derror.rs56 fn eq(&self, other: &util::Error) -> bool { in eq()
65 fn eq(&self, other: &Error) -> bool { in eq()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_direction.rs91 pub fn from_send_recv(send: bool, recv: bool) -> RTCRtpTransceiverDirection { in from_send_recv()
100 pub fn has_send(&self) -> bool { in has_send()
104 pub fn has_recv(&self) -> bool { in has_recv()
/webrtc/sctp/src/queue/
H A Dreassembly_queue.rs46 pub(crate) fn push(&mut self, chunk: ChunkPayloadData) -> bool { in push()
62 pub(crate) fn is_complete(&self) -> bool { in is_complete()
136 pub(crate) fn push(&mut self, chunk: ChunkPayloadData) -> bool { in push()
239 pub(crate) fn is_readable(&self) -> bool { in is_readable()
/webrtc/turn/src/proto/
H A Dchannum.rs61 fn is_channel_number_valid(&self) -> bool { in is_channel_number_valid()
66 pub fn valid(&self) -> bool { in valid()

1234567