OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefCountedChannel
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
transportcontroller.h
128
struct
RefCountedChannel
{
129
RefCountedChannel
() : impl_(nullptr), ref_(0) {}
130
explicit
RefCountedChannel
(TransportChannelImpl* impl)
148
std::vector<
RefCountedChannel
>::iterator FindChannel_w(
198
std::vector<
RefCountedChannel
> channels_;
transportcontroller.cc
169
channels_.insert(channels_.end(),
RefCountedChannel
(channel))->AddRef();
263
std::vector<TransportController::
RefCountedChannel
>::iterator
268
[transport_name, component](const
RefCountedChannel
& channel) {
Completed in 54 milliseconds