Home
last modified time | relevance | path

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

/external/openscreen/platform/impl/
Dscoped_pipe.h14 struct IntFdTraits { struct
15 using PipeType = int;
16 static constexpr int kInvalidValue = -1;
18 static void Close(PipeType pipe) { close(pipe); } in Close()