Lines Matching refs:fd_
106 : fd_(value)
115 : fd_(-1)
135 int tmp = fd_;
136 fd_ = -1;
161 return fd_;
174 fd_ = rhsfd;
205 return fd_ == rhs;
219 return !(fd_ == rhs);
233 return fd_ >= rhs;
247 return fd_ > rhs;
261 return fd_ <= rhs;
275 return fd_ < rhs;
279 int fd_ = -1;
283 if (fd_ >= 0) {
284 Deleter::Close(fd_);
286 fd_ = newValue;
308 return lhs == rhs.fd_;
326 return !(lhs == rhs.fd_);
344 return lhs >= rhs.fd_;
362 return lhs > rhs.fd_;
380 return lhs <= rhs.fd_;
398 return lhs < rhs.fd_;