Searched defs:TestFdType (Results 1 – 1 of 1) sorted by relevance
80 struct TestFdType { struct81 int a;82 LocalHandle fd;84 TestFdType() {} in TestFdType() function85 TestFdType(int a, LocalHandle fd) : a(a), fd(std::move(fd)) {} in TestFdType() argument