Searched refs:wd_ (Results 1 – 2 of 2) sorted by relevance
1976 wd_ = self._inotify_wrapper.inotify_add_watch(self._fd, apath,1978 if wd_ < 0:1981 (apath, wd_, self._inotify_wrapper.str_errno()))1987 assert(awd == wd_)2087 wd_ = self._inotify_wrapper.inotify_rm_watch(self._fd, awd)2088 if wd_ < 0:
458 unsigned char wd_; variable509 unsigned char wd_ : 4; variable532 date::weekday wd_; variable1847 : wd_(static_cast<decltype(wd_)>(wd != 7 ? wd : 0))1853 : wd_(weekday_from_days(dp.time_since_epoch().count()))1859 : wd_(weekday_from_days(dp.time_since_epoch().count()))1885 CONSTCD11 inline bool weekday::ok() const NOEXCEPT {return wd_ <= 6;}1891 return unsigned{wd_};1898 return unsigned{((wd_ == 0u) ? 7u : wd_)};1906 return x.wd_ == y.wd_;[all …]