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