Home
last modified time | relevance | path

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

/external/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
/external/lldb/examples/lookup/
Dmain.cpp95 LLDBSentry sentry; in main() local
/external/lldb/examples/functions/
Dmain.cpp98 LLDBSentry sentry; in main() local
/external/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
/external/lldb/source/Target/
DStopInfo.cpp659 WatchpointSentry sentry(process, wp_sp.get()); in PerformAction() local