HomeSort by relevance Sort by last modified time
    Searched refs:remote_candidates_ (Results 1 - 4 of 4) 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
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 324 remote_candidates_.clear();
378 for (iter = remote_candidates_.begin(); iter != remote_candidates_.end();
416 if (remote_candidates_.size() > 0) {
417 it = remote_candidates_.begin();
419 for (; it != remote_candidates_.end(); ++it) {
430 for (it = remote_candidates_.begin(); it != remote_candidates_.end(); ++it) {
743 while (i < remote_candidates_.size()) {
744 if (remote_candidates_[i].generation() < remote_candidate.generation())
    [all...]
p2ptransportchannel.h 236 std::vector<RemoteCandidate> remote_candidates_; member in class:cricket::P2PTransportChannel

Completed in 29 milliseconds