Searched refs:kFd (Results 1 – 2 of 2) sorted by relevance
52 kFd, in COMPONENT_EXPORT() enumerator155 bool is_fd() const { return type_ == Type::kFd; } in COMPONENT_EXPORT()158 if (type_ == Type::kFd) in COMPONENT_EXPORT()163 if (type_ == Type::kFd) in COMPONENT_EXPORT()
103 : type_(Type::kFd), fd_(std::move(fd)) { in PlatformHandle()