Searched refs:CandidateBase (Results 1 – 8 of 8) sorted by relevance
9 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 …]
17 pub fn new_candidate_host(self) -> Result<CandidateBase> { in new_candidate_host() argument23 let c = CandidateBase { in new_candidate_host()35 ..CandidateBase::default() in new_candidate_host()
21 pub fn new_candidate_peer_reflexive(self) -> Result<CandidateBase> { in new_candidate_peer_reflexive() argument33 let c = CandidateBase { in new_candidate_peer_reflexive()48 ..CandidateBase::default() in new_candidate_peer_reflexive()
20 pub fn new_candidate_server_reflexive(self) -> Result<CandidateBase> { in new_candidate_server_reflexive() argument32 let c = CandidateBase { in new_candidate_server_reflexive()47 ..CandidateBase::default() in new_candidate_server_reflexive()
8 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()
24 pub fn new_candidate_relay(self) -> Result<CandidateBase> { in new_candidate_relay() argument36 let c = CandidateBase { in new_candidate_relay()52 ..CandidateBase::default() in new_candidate_relay()
36 pub struct CandidateBase { struct64 impl Default for CandidateBase { implementation94 impl fmt::Display for CandidateBase { implementation120 impl Candidate for CandidateBase { implementation315 impl CandidateBase { implementation
241 remote: Arc::new(CandidateBase::default()), in default()242 local: Arc::new(CandidateBase::default()), in default()