Searched refs:autoClose_ (Results 1 – 8 of 8) sorted by relevance
26 FDGuard::FDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in FDGuard()28 FDGuard::FDGuard(FDGuard &&fdg) : fd_(fdg.fd_), autoClose_(fdg.autoClose_) in FDGuard()39 this->autoClose_ = fdg.autoClose_; in operator =()49 if (fd_ >= 0 && autoClose_) { in ~FDGuard()67 autoClose_ = autoClose; in SetFD()
43 bool autoClose_ = true; variable
27 DfsuFDGuard::DfsuFDGuard(int fd, bool autoClose) : fd_(fd), autoClose_(autoClose) {} in DfsuFDGuard()31 if (fd_ >= 0 && autoClose_) { in ~DfsuFDGuard()50 autoClose_ = autoClose; in SetFD()
73 autoClose_(true), in outline_()102 autoClose_ = flag; in AutoClose()217 bool autoClose_; variable
141 if (autoClose_) { in MoveTo()160 if (autoClose_) { in MoveToByfloat()187 if (autoClose_) { in Sort()195 if (autoClose_) { in RewindScanlines()
44 bool autoClose_ = true; variable