OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channels_by_receive_id_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
channel_multiplexer.h
80
// Channels are added to |
channels_by_receive_id_
| only after we receive
82
std::map<int, MuxChannel*>
channels_by_receive_id_
;
member in class:remoting::protocol::ChannelMultiplexer
channel_multiplexer.cc
494
channels_by_receive_id_
.find(receive_id);
495
if (it !=
channels_by_receive_id_
.end()) {
507
channels_by_receive_id_
[receive_id] = channel;
Completed in 209 milliseconds