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
76
// Channels are added to |
channels_by_receive_id_
| only after we receive
78
std::map<int, MuxChannel*>
channels_by_receive_id_
;
member in class:remoting::protocol::ChannelMultiplexer
channel_multiplexer.cc
487
channels_by_receive_id_
.find(receive_id);
488
if (it !=
channels_by_receive_id_
.end()) {
500
channels_by_receive_id_
[receive_id] = channel;
Completed in 55 milliseconds