Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
Dctor.pass.cpp57 std::istream::sentry sen(is, true); in main()
65 std::wistream::sentry sen(is, true); in main()
74 std::istream::sentry sen(is, true); in main()
84 std::wistream::sentry sen(is, true); in main()
94 std::istream::sentry sen(is); in main()
103 std::wistream::sentry sen(is); in main()
112 std::istream::sentry sen(is); in main()
122 std::istream::sentry sen(is, true); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
Ddestruct.pass.cpp41 std::ostream::sentry s(os); in main()
48 std::ostream::sentry s(os); in main()
55 std::ostream::sentry s(os); in main()
65 std::ostream::sentry s(os); in main()
Dconstruct.pass.cpp41 std::ostream::sentry s(os); in main()
47 std::ostream::sentry s(os); in main()
57 std::ostream::sentry s(os); in main()
/ndk/sources/cxx-stl/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);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dostream40 class sentry;
176 class _LIBCPP_TYPE_VIS_ONLY sentry;
214 class _LIBCPP_TYPE_VIS_ONLY basic_ostream<_CharT, _Traits>::sentry
219 sentry(const sentry&); // = delete;
220 sentry& operator=(const sentry&); // = delete;
223 explicit sentry(basic_ostream<_CharT, _Traits>& __os);
224 ~sentry();
232 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os)
245 basic_ostream<_CharT, _Traits>::sentry::~sentry()
340 sentry __s(*this);
[all …]
Distream39 class sentry;
197 class _LIBCPP_TYPE_VIS_ONLY sentry;
247 class _LIBCPP_TYPE_VIS_ONLY basic_istream<_CharT, _Traits>::sentry
251 sentry(const sentry&); // = delete;
252 sentry& operator=(const sentry&); // = delete;
255 explicit sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false);
256 // ~sentry() = default;
264 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is,
342 sentry __s(*this);
369 sentry __s(*this);
[all …]
Diomanip307 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
367 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
426 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
487 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
/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
Dmessages.cpp80 _STLP_auto_lock sentry(_Count_lock); in insert()
Dios.cpp145 _STLP_auto_lock sentry(__lock); in xalloc()
Dlocale.cpp110 _STLP_auto_lock sentry(_Index_lock); in _Stl_loc_get_index()