Searched defs:ChannelHandle (Results 1 – 1 of 1) sorted by relevance
36 struct ChannelHandle { struct39 ChannelHandle() {} in ChannelHandle() argument43 ChannelHandle(const std::string& n) : name(n) {} in ChannelHandle() function44 ChannelHandle(const char* n) : name(n) {} in ChannelHandle() function46 explicit ChannelHandle(HANDLE h) : pipe(h) {} in ChannelHandle() function48 ChannelHandle(const std::string& n, const base::FileDescriptor& s) in ChannelHandle() argument51 ChannelHandle(mojo::MessagePipeHandle h) : mojo_handle(h) {} in ChannelHandle() argument53 std::string name;55 base::FileDescriptor socket;58 struct PipeHandle {[all …]