Home
last modified time | relevance | path

Searched defs:PipeInfo (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/
Dprocess.h189 struct PipeInfo { struct
190 PipeInfo() : parent_fd_(-1), child_fd_(-1), is_input_(false) {} in PipeInfo() argument
200 typedef std::map<int, PipeInfo> PipeMap; argument
/external/clang/include/clang/Sema/
DDeclSpec.h1450 PipeTypeInfo PipeInfo; member