Searched refs:existing_candidates (Results 1 – 1 of 1) sorted by relevance
602 const std::vector<Candidate>& existing_candidates = Candidates(); in HasCandidateWithAddress() local603 std::vector<Candidate>::const_iterator it = existing_candidates.begin(); in HasCandidateWithAddress()604 for (; it != existing_candidates.end(); ++it) { in HasCandidateWithAddress()