Searched defs:sentry (Results 1 – 3 of 3) sorted by relevance
180 typedef _Isentry<_CharT, _Traits> sentry; typedef182 # define sentry _Isentry macro206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */ in sentry() function215 sentry(const _Self&) : _M_ok(false) {} in sentry() function
165 typedef _Osentry<_CharT, _Traits> sentry; typedef167 # define sentry _Osentry macro180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) in sentry() function195 sentry(const _Self& __s) : _M_str(__s._M_str) {} in sentry() function
173 _STLP_auto_lock sentry(category_hash_mutex()); in __acquire_category() local215 _STLP_auto_lock sentry(category_hash_mutex()); in __release_category() local