Searched refs:__ok_ (Results 1 – 2 of 2) sorted by relevance
132 bool __ok_; variable141 _LIBCPP_HIDE_FROM_ABI explicit operator bool() const { return __ok_; }145 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false)… in sentry()149 __ok_ = true; in sentry()
302 bool __ok_;308 _LIBCPP_HIDE_FROM_ABI explicit operator bool() const { return __ok_; }315 …T, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws) : __ok_(false) {330 __ok_ = __is.good();