Searched refs:EndpointInfo (Results 1 – 2 of 2) sorted by relevance
24 Channel::EndpointInfo::EndpointInfo() { in EndpointInfo() function in mojo::system::Channel::EndpointInfo27 Channel::EndpointInfo::EndpointInfo(scoped_refptr<MessagePipe> message_pipe, in EndpointInfo() function in mojo::system::Channel::EndpointInfo33 Channel::EndpointInfo::~EndpointInfo() { in ~EndpointInfo()86 local_id_to_endpoint_info_map_[local_id] = EndpointInfo(message_pipe, port); in AttachMessagePipeEndpoint()95 EndpointInfo endpoint_info; in RunMessagePipeEndpoint()164 EndpointInfo endpoint_info; in OnReadMessageForDownstream()
110 struct EndpointInfo { struct111 EndpointInfo();112 EndpointInfo(scoped_refptr<MessagePipe> message_pipe, unsigned port);113 ~EndpointInfo();130 typedef base::hash_map<MessageInTransit::EndpointId, EndpointInfo>