Searched refs:MatchesForRemoval (Results 1 – 5 of 5) sorted by relevance
67 return candidate.MatchesForRemoval(c->candidate()); in remove()
69 bool Candidate::MatchesForRemoval(const Candidate& c) const { in MatchesForRemoval() function in cricket::Candidate
156 bool MatchesForRemoval(const Candidate& c) const;
1294 return cand_to_remove.MatchesForRemoval(candidate); in RemoveRemoteCandidate()
443 if (candidate.MatchesForRemoval(removed_candidate)) { in OnCandidatesRemoved()