OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndpointInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/mojo/system/
channel.h
110
struct
EndpointInfo
{
111
EndpointInfo
();
112
EndpointInfo
(scoped_refptr<MessagePipe> message_pipe, unsigned port);
113
~
EndpointInfo
();
125
// |
EndpointInfo
|) and then the lock released.
130
typedef base::hash_map<MessageInTransit::EndpointId,
EndpointInfo
>
channel.cc
24
Channel::
EndpointInfo
::
EndpointInfo
() {
27
Channel::
EndpointInfo
::
EndpointInfo
(scoped_refptr<MessagePipe> message_pipe,
33
Channel::
EndpointInfo
::~
EndpointInfo
() {
85
// we should be able to delete |
EndpointInfo
|'s default constructor.
86
local_id_to_endpoint_info_map_[local_id] =
EndpointInfo
(message_pipe, port);
95
EndpointInfo
endpoint_info;
164
EndpointInfo
endpoint_info
[
all
...]
Completed in 438 milliseconds