Home
last modified time | relevance | path

Searched refs:kFd (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.h52 kFd, in COMPONENT_EXPORT() enumerator
155 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()
Dplatform_handle.cc103 : type_(Type::kFd), fd_(std::move(fd)) { in PlatformHandle()