OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternalStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h
88
class
InternalStream
;
89
friend class
InternalStream
;
129
InternalStream
* stream_;
pseudotcpchannel.cc
61
// PseudoTcpChannel::
InternalStream
64
class PseudoTcpChannel::
InternalStream
: public StreamInterface {
66
InternalStream
(PseudoTcpChannel* parent);
67
virtual ~
InternalStream
();
162
stream_ = new PseudoTcpChannel::
InternalStream
(this);
545
// PseudoTcpChannel::
InternalStream
548
PseudoTcpChannel::
InternalStream
::
InternalStream
(PseudoTcpChannel* parent)
552
PseudoTcpChannel::
InternalStream
::~
InternalStream
() {
[
all
...]
Completed in 417 milliseconds