Home
last modified time | relevance | path

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

/webrtc/ice/src/candidate/
H A Dcandidate_test.rs9 CandidateBase { in test_candidate_priority()
17 CandidateBase { in test_candidate_priority()
27 CandidateBase { in test_candidate_priority()
37 CandidateBase { in test_candidate_priority()
143 (CandidateBase { in test_candidate_foundation()
150 (CandidateBase { in test_candidate_foundation()
161 (CandidateBase { in test_candidate_foundation()
168 (CandidateBase { in test_candidate_foundation()
179 (CandidateBase { in test_candidate_foundation()
186 (CandidateBase { in test_candidate_foundation()
[all …]
H A Dcandidate_host.rs17 pub fn new_candidate_host(self) -> Result<CandidateBase> { in new_candidate_host() argument
23 let c = CandidateBase { in new_candidate_host()
35 ..CandidateBase::default() in new_candidate_host()
H A Dcandidate_peer_reflexive.rs21 pub fn new_candidate_peer_reflexive(self) -> Result<CandidateBase> { in new_candidate_peer_reflexive() argument
33 let c = CandidateBase { in new_candidate_peer_reflexive()
48 ..CandidateBase::default() in new_candidate_peer_reflexive()
H A Dcandidate_server_reflexive.rs20 pub fn new_candidate_server_reflexive(self) -> Result<CandidateBase> { in new_candidate_server_reflexive() argument
32 let c = CandidateBase { in new_candidate_server_reflexive()
47 ..CandidateBase::default() in new_candidate_server_reflexive()
H A Dcandidate_pair_test.rs8 pub(crate) fn host_candidate() -> Result<CandidateBase> { in host_candidate()
21 pub(crate) fn prflx_candidate() -> Result<CandidateBase> { in prflx_candidate()
34 pub(crate) fn srflx_candidate() -> Result<CandidateBase> { in srflx_candidate()
47 pub(crate) fn relay_candidate() -> Result<CandidateBase> { in relay_candidate()
H A Dcandidate_relay.rs24 pub fn new_candidate_relay(self) -> Result<CandidateBase> { in new_candidate_relay() argument
36 let c = CandidateBase { in new_candidate_relay()
52 ..CandidateBase::default() in new_candidate_relay()
H A Dcandidate_base.rs36 pub struct CandidateBase { struct
64 impl Default for CandidateBase { implementation
94 impl fmt::Display for CandidateBase { implementation
120 impl Candidate for CandidateBase { implementation
315 impl CandidateBase { implementation
H A Dmod.rs241 remote: Arc::new(CandidateBase::default()), in default()
242 local: Arc::new(CandidateBase::default()), in default()