OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelMap
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.h
299
typedef std::map<int, TransportChannelImpl*>
ChannelMap
;
318
ChannelMap
channels_;
faketransportcontroller.h
348
typedef std::map<int, FakeTransportChannel*>
ChannelMap
;
359
const
ChannelMap
& channels() const { return channels_; }
452
ChannelMap
channels_;
Completed in 213 milliseconds