Searched defs:ChannelHandle (Results 1 – 1 of 1) sorted by relevance
35 struct ChannelHandle { struct38 ChannelHandle() {} in ChannelHandle() argument42 ChannelHandle(const std::string& n) : name(n) {} in ChannelHandle() function43 ChannelHandle(const char* n) : name(n) {} in ChannelHandle() argument45 explicit ChannelHandle(HANDLE h) : pipe(h) {} in ChannelHandle() function47 ChannelHandle(const std::string& n, const base::FileDescriptor& s) in ChannelHandle() function51 std::string name;53 base::FileDescriptor socket;56 struct PipeHandle {61 PipeHandle pipe;