Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dstunport.cc505 const std::vector<Candidate>& existing_candidates = Candidates(); in HasCandidateWithAddress() local
506 std::vector<Candidate>::const_iterator it = existing_candidates.begin(); in HasCandidateWithAddress()
507 for (; it != existing_candidates.end(); ++it) { in HasCandidateWithAddress()