Searched refs:sent_candidates_ (Results 1 – 2 of 2) sorted by relevance
85 sent_candidates_(false) {} in TransportProxy()92 const Candidates& sent_candidates() const { return sent_candidates_; } in sent_candidates()99 void ClearSentCandidates() { sent_candidates_.clear(); } in ClearSentCandidates()121 Candidates sent_candidates_; variable
129 sent_candidates_.push_back(*cand); in AddSentCandidates()