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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 245 IceProtocolType protocol_type_; member in class:cricket::P2PTransportChannel
p2ptransportchannel_unittest.cc 209 protocol_type_(cricket::ICEPROTO_GOOGLE) {}
225 protocol_type_ = type;
227 cricket::IceProtocolType protocol_type() { return protocol_type_; }
247 cricket::IceProtocolType protocol_type_; member in struct:P2PTransportChannelTestBase::Endpoint
459 if (ep2_.protocol_type_ == cricket::ICEPROTO_RFC5245) {
    [all...]

Completed in 43 milliseconds