Home
last modified time | relevance | path

Searched refs:contains_candidate_type (Results 1 – 2 of 2) sorted by relevance

/webrtc/ice/src/agent/
H A Dmod.rs164 && !contains_candidate_type(CandidateType::ServerReflexive, &candidate_types) in new()
165 && !contains_candidate_type(CandidateType::Relay, &candidate_types) in new()
/webrtc/ice/src/candidate/
H A Dmod.rs142 pub(crate) fn contains_candidate_type( in contains_candidate_type() function