Home
last modified time | relevance | path

Searched refs:sentry (Results 1 – 14 of 14) sorted by relevance

/external/stlport/stlport/stl/
D_istream.h180 typedef _Isentry<_CharT, _Traits> sentry; typedef
182 # define sentry _Isentry macro
187 class sentry {
188 typedef sentry _Self;
198 explicit sentry(basic_istream<_CharT, _Traits>& __istr,
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */ in sentry() function
209 ~sentry() {} in ~sentry()
215 sentry(const _Self&) : _M_ok(false) {} in sentry() function
220 # undef sentry
284 typedef typename basic_istream<_CharT, _Traits>::sentry _Sentry;
D_ostream.h165 typedef _Osentry<_CharT, _Traits> sentry; typedef
167 # define sentry _Osentry macro
172 class sentry {
173 typedef sentry _Self;
180 explicit sentry(basic_ostream<_CharT, _Traits>& __str) in sentry() function
184 ~sentry() { in ~sentry()
195 sentry(const _Self& __s) : _M_str(__s._M_str) {} in sentry() function
199 # undef sentry
D_istream.c187 typedef typename basic_istream<_CharT, _Traits>::sentry _Sentry; in __get_num()
320 sentry __sentry(*this, _No_Skip_WS()); in peek()
341 sentry __sentry(*this, _No_Skip_WS()); in get()
365 sentry __sentry(*this, _No_Skip_WS()); in get()
396 sentry __sentry(*this, _No_Skip_WS()); in ignore()
424 sentry __sentry(*this, _No_Skip_WS()); in putback()
451 sentry __sentry(*this, _No_Skip_WS()); in unget()
477 sentry __sentry(*this, _No_Skip_WS()); in sync()
495 sentry __sentry(*this, _No_Skip_WS()); in tellg()
505 sentry __sentry(*this, _No_Skip_WS()); in seekg()
[all …]
D_ostream.c50 sentry __sentry(*this);
195 typedef typename basic_ostream<_CharT, _Traits>::sentry _Sentry; in __put_num()
301 sentry __sentry(*this); in _M_put_char()
332 sentry __sentry(*this); in _M_put_nowiden()
364 sentry __sentry(*this); in _M_put_widen()
409 sentry __sentry(*this); in put()
431 sentry __sentry(*this); in write()
D_string_io.c38 typename __ostream::sentry __sentry(__os);
77 typename __istream::sentry __sentry(__is);
139 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is, true); in getline()
D_bitset.c184 typename basic_istream<_CharT, _Traits>::sentry __sentry(__is);
D_bitset.h767 typename istream::sentry __sentry(__is);
818 typename wistream::sentry __sentry(__is);
/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
Dmessages.cpp80 _STLP_auto_lock sentry(_Count_lock); in insert()
Dios.cpp143 _STLP_auto_lock sentry(__lock); in xalloc()
Dlocale.cpp109 _STLP_auto_lock sentry(_Index_lock); in _Stl_loc_get_index()
/external/stlport/etc/
DChangeLog-4.0317 * basic_[io]stream::sentry made inner class again (as per standard)
337 * _ostream.h : fixed sentry behavoiur and DLL specs.
DChangeLog-5.14874 for the sentry struct. Thanks -Weffc++ feature of gcc.
/external/clang/test/
Dcxx-sections.data1309 27.7.1.1.3 [istream::sentry]
1325 27.7.2.4 [ostream::sentry]