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.cc72 bool Candidate::MatchesForRemoval(const Candidate& c) const { in MatchesForRemoval() function in cricket::Candidate
Dcandidate.h168 bool MatchesForRemoval(const Candidate& c) const;
/external/webrtc/p2p/base/
Dp2p_transport_channel.cc1400 return cand_to_remove.MatchesForRemoval(candidate); in RemoveRemoteCandidate()
/external/webrtc/p2p/client/
Dbasic_port_allocator_unittest.cc473 if (candidate.MatchesForRemoval(removed_candidate)) { in OnCandidatesRemoved()