OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ice_protocol_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h
137
ice_protocol_
= protocol;
139
virtual IceProtocolType IceProtocol() const { return
ice_protocol_
; }
384
IceProtocolType
ice_protocol_
;
member in class:cricket::Port
port.cc
181
ice_protocol_
(ICEPROTO_GOOGLE),
208
ice_protocol_
(ICEPROTO_GOOGLE),
337
return (
ice_protocol_
== ICEPROTO_RFC5245);
341
return (
ice_protocol_
== ICEPROTO_GOOGLE);
[
all
...]
port_unittest.cc
343
ice_protocol_
(cricket::ICEPROTO_GOOGLE),
423
port->SetIceProtocolType(
ice_protocol_
);
428
port->SetIceProtocolType(
ice_protocol_
);
436
port->SetIceProtocolType(
ice_protocol_
);
444
port->SetIceProtocolType(
ice_protocol_
);
463
port->SetIceProtocolType(
ice_protocol_
);
480
port->SetIceProtocolType(
ice_protocol_
);
523
ice_protocol_
= protocol;
587
cricket::IceProtocolType
ice_protocol_
;
member in class:PortTest
[
all
...]
Completed in 28 milliseconds