HomeSort by relevance Sort by last modified time
    Searched refs:remote_candidates_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 230 remote_candidates_.clear();
282 for (iter = remote_candidates_.begin(); iter != remote_candidates_.end();
309 for (it = remote_candidates_.begin(); it != remote_candidates_.end(); ++it) {
450 while (i < remote_candidates_.size()) {
451 if (remote_candidates_[i].generation() < remote_candidate.generation()) {
453 << remote_candidates_[i].address().ToString();
454 remote_candidates_.erase(remote_candidates_.begin() + i)
    [all...]
p2ptransportchannel.h 150 std::vector<RemoteCandidate> remote_candidates_; member in class:cricket::P2PTransportChannel

Completed in 173 milliseconds