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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
portallocatorfactory.cc 59 typedef std::vector<StunConfiguration>::const_iterator StunIt;
60 for (StunIt stun_it = stun.begin(); stun_it != stun.end(); ++stun_it) {
peerconnection.cc 592 typedef std::vector<StunConfiguration>::const_iterator StunIt;
593 for (StunIt stun_it = stuns.begin(); stun_it != stuns.end(); ++stun_it) {

Completed in 48 milliseconds