Home
last modified time | relevance | path

Searched defs:sentry (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.h180 typedef _Isentry<_CharT, _Traits> sentry; typedef
182 # define sentry _Isentry macro
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */ in sentry() function
215 sentry(const _Self&) : _M_ok(false) {} in sentry() function
D_ostream.h165 typedef _Osentry<_CharT, _Traits> sentry; typedef
167 # define sentry _Osentry macro
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) in sentry() function
195 sentry(const _Self& __s) : _M_str(__s._M_str) {} in sentry() function
/ndk/sources/cxx-stl/stlport/src/
Dlocale_catalog.cpp173 _STLP_auto_lock sentry(category_hash_mutex()); in __acquire_category() local
215 _STLP_auto_lock sentry(category_hash_mutex()); in __release_category() local