Home
last modified time | relevance | path

Searched refs:MatchesForRemoval (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/api/
Djsep_ice_candidate.cc67 return candidate.MatchesForRemoval(c->candidate()); in remove()
Dcandidate.cc69 bool Candidate::MatchesForRemoval(const Candidate& c) const { in MatchesForRemoval() function in cricket::Candidate
Dcandidate.h156 bool MatchesForRemoval(const Candidate& c) const;
/external/webrtc/p2p/base/
Dp2p_transport_channel.cc1294 return cand_to_remove.MatchesForRemoval(candidate); in RemoveRemoteCandidate()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc443 if (candidate.MatchesForRemoval(removed_candidate)) { in OnCandidatesRemoved()