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