HomeSort by relevance Sort by last modified time
    Searched refs:sentry (Results 1 - 11 of 11) sorted by null

  /external/stlport/stlport/stl/
_istream.h 47 struct _No_Skip_WS {}; // Dummy class used by sentry.
92 public: // Nested sentry class.
180 typedef _Isentry<_CharT, _Traits> sentry; typedef in class:basic_istream
182 # define sentry _Isentry macro
187 class sentry { class in class:_Isentry
188 typedef sentry _Self;
198 explicit sentry(basic_istream<_CharT, _Traits>& __istr, function in class:_Isentry::sentry
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */ function in class:_Isentry::sentry
209 ~sentry() {}
215 sentry(const _Self&) : _M_ok(false) { function in class:_Isentry::sentry
220 # undef sentry macro
    [all...]
_ostream.h 165 typedef _Osentry<_CharT, _Traits> sentry; typedef in class:basic_ostream
167 # define sentry _Osentry macro
172 class sentry { class in class:_Osentry
173 typedef sentry _Self;
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) function in class:_Osentry::sentry
184 ~sentry() {
195 sentry(const _Self& __s) : _M_str(__s._M_str) {} function in class:_Osentry::sentry
199 # undef sentry macro
216 // Helper functions for istream<>::sentry constructor.
_istream.c 187 typedef typename basic_istream<_CharT, _Traits>::sentry _Sentry;
320 sentry __sentry(*this, _No_Skip_WS());
341 sentry __sentry(*this, _No_Skip_WS());
365 sentry __sentry(*this, _No_Skip_WS());
396 sentry __sentry(*this, _No_Skip_WS());
424 sentry __sentry(*this, _No_Skip_WS());
451 sentry __sentry(*this, _No_Skip_WS());
477 sentry __sentry(*this, _No_Skip_WS());
495 sentry __sentry(*this, _No_Skip_WS());
505 sentry __sentry(*this, _No_Skip_WS())
    [all...]
_ostream.c 50 sentry __sentry(*this);
195 typedef typename basic_ostream<_CharT, _Traits>::sentry _Sentry;
301 sentry __sentry(*this);
332 sentry __sentry(*this);
364 sentry __sentry(*this);
409 sentry __sentry(*this);
431 sentry __sentry(*this);
_string_io.c 38 typename __ostream::sentry __sentry(__os);
77 typename __istream::sentry __sentry(__is);
139 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is, true);
_bitset.c 184 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is);
_bitset.h 767 typename istream::sentry __sentry(__is);
818 typename wistream::sentry __sentry(__is);
  /external/stlport/src/
locale_catalog.cpp 173 _STLP_auto_lock sentry(category_hash_mutex());
215 _STLP_auto_lock sentry(category_hash_mutex());
ios.cpp 143 _STLP_auto_lock sentry(__lock);
messages.cpp 80 _STLP_auto_lock sentry(_Count_lock);
locale.cpp 109 _STLP_auto_lock sentry(_Index_lock);

Completed in 53 milliseconds