Searched defs:PipeInfo (Results 1 – 2 of 2) sorted by relevance
189 struct PipeInfo { struct190 PipeInfo() : parent_fd_(-1), child_fd_(-1), is_input_(false) {} in PipeInfo() argument200 typedef std::map<int, PipeInfo> PipeMap; argument
1450 PipeTypeInfo PipeInfo; member