Lines Matching defs:sentry
73 class _LIBCPP_TEMPLATE_VIS sentry;
96 sentry __s(*this);
116 sentry __s(*this);
183 class _LIBCPP_TEMPLATE_VIS basic_ostream<_CharT, _Traits>::sentry {
188 explicit sentry(basic_ostream<_CharT, _Traits>& __os);
189 ~sentry();
190 sentry(const sentry&) = delete;
191 sentry& operator=(const sentry&) = delete;
197 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) : __ok_(false), __os_(__os) {
206 basic_ostream<_CharT, _Traits>::sentry::~sentry() {
240 sentry __s(*this);
350 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
399 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
457 sentry __s(*this);
478 sentry __sen(*this);
497 sentry __s(*this);
520 sentry __s(*this);
530 sentry __s(*this);