Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dp2p_transport_channel.cc1289 const Candidate& cand_to_remove) { in RemoveRemoteCandidate() argument
1293 [cand_to_remove](const Candidate& candidate) { in RemoveRemoteCandidate()
1294 return cand_to_remove.MatchesForRemoval(candidate); in RemoveRemoteCandidate()
1298 << cand_to_remove.ToSensitiveString(); in RemoveRemoteCandidate()