HomeSort by relevance Sort by last modified time
    Searched full:sentry (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 13 // class basic_ostream::sentry;
15 // explicit sentry(basic_ostream<charT,traits>& os);
41 std::ostream::sentry s(os);
47 std::ostream::sentry s(os);
57 std::ostream::sentry s(os);
destruct.pass.cpp 13 // class basic_ostream::sentry;
15 // ~sentry();
41 std::ostream::sentry s(os);
48 std::ostream::sentry s(os);
55 std::ostream::sentry s(os);
65 std::ostream::sentry s(os);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream/istream_sentry/
ctor.pass.cpp 13 // class basic_istream::sentry;
15 // explicit sentry(basic_istream<charT,traits>& is, bool noskipws = false);
57 std::istream::sentry sen(is, true);
65 std::wistream::sentry sen(is, true);
74 std::istream::sentry sen(is, true);
84 std::wistream::sentry sen(is, true);
94 std::istream::sentry sen(is);
103 std::wistream::sentry sen(is);
112 std::istream::sentry sen(is);
122 std::istream::sentry sen(is, true)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
ostream 39 class sentry;
172 class _LIBCPP_VISIBLE sentry;
210 class _LIBCPP_VISIBLE basic_ostream<_CharT, _Traits>::sentry
215 sentry(const sentry&); // = delete;
216 sentry& operator=(const sentry&); // = delete;
219 explicit sentry(basic_ostream<_CharT, _Traits>& __os);
220 ~sentry();
228 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os
    [all...]
istream 39 class sentry;
197 class _LIBCPP_VISIBLE sentry;
247 class _LIBCPP_VISIBLE 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
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
ostream 94 class sentry;
95 friend class sentry;
143 * constructing a temporary object of type std::basic_ostream::sentry.
145 * status flag; see the sentry documentation for more.
147 * If the sentry status is good, the function tries to generate
233 * in that it also constructs a sentry object and has the same error
259 * std::basic_ostream::sentry. This has several effects, concluding
260 * with the setting of a status flag; see the sentry documentation
263 * If the sentry status is good, the function tries to generate
285 // Core write functionality, without sentry
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
ostream 96 class sentry;
97 friend class sentry;
145 * constructing a temporary object of type std::basic_ostream::sentry.
147 * status flag; see the sentry documentation for more.
149 * If the sentry status is good, the function tries to generate
235 * in that it also constructs a sentry object and has the same error
261 * std::basic_ostream::sentry. This has several effects, concluding
262 * with the setting of a status flag; see the sentry documentation
265 * If the sentry status is good, the function tries to generate
287 // Core write functionality, without sentry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
ostream 96 class sentry;
97 friend class sentry;
145 * constructing a temporary object of type std::basic_ostream::sentry.
147 * status flag; see the sentry documentation for more.
149 * If the sentry status is good, the function tries to generate
235 * in that it also constructs a sentry object and has the same error
261 * std::basic_ostream::sentry. This has several effects, concluding
262 * with the setting of a status flag; see the sentry documentation
265 * If the sentry status is good, the function tries to generate
287 // Core write functionality, without sentry
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
ostream 94 class sentry;
95 friend class sentry;
143 * constructing a temporary object of type std::basic_ostream::sentry.
145 * status flag; see the sentry documentation for more.
147 * If the sentry status is good, the function tries to generate
233 * in that it also constructs a sentry object and has the same error
259 * std::basic_ostream::sentry. This has several effects, concluding
260 * with the setting of a status flag; see the sentry documentation
263 * If the sentry status is good, the function tries to generate
285 // Core write functionality, without sentry
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
ostream 94 class sentry;
95 friend class sentry;
143 * constructing a temporary object of type std::basic_ostream::sentry.
145 * status flag; see the sentry documentation for more.
147 * If the sentry status is good, the function tries to generate
233 * in that it also constructs a sentry object and has the same error
259 * std::basic_ostream::sentry. This has several effects, concluding
260 * with the setting of a status flag; see the sentry documentation
263 * If the sentry status is good, the function tries to generate
285 // Core write functionality, without sentry
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
ostream 94 class sentry;
95 friend class sentry;
143 * constructing a temporary object of type std::basic_ostream::sentry.
145 * status flag; see the sentry documentation for more.
147 * If the sentry status is good, the function tries to generate
233 * in that it also constructs a sentry object and has the same error
259 * std::basic_ostream::sentry. This has several effects, concluding
260 * with the setting of a status flag; see the sentry documentation
263 * If the sentry status is good, the function tries to generate
285 // Core write functionality, without sentry
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
ostream 94 class sentry;
95 friend class sentry;
143 * constructing a temporary object of type std::basic_ostream::sentry.
145 * status flag; see the sentry documentation for more.
147 * If the sentry status is good, the function tries to generate
233 * in that it also constructs a sentry object and has the same error
259 * std::basic_ostream::sentry. This has several effects, concluding
260 * with the setting of a status flag; see the sentry documentation
263 * If the sentry status is good, the function tries to generate
285 // Core write functionality, without sentry
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
ostream 96 class sentry;
97 friend class sentry;
145 * constructing a temporary object of type std::basic_ostream::sentry.
147 * status flag; see the sentry documentation for more.
149 * If the sentry status is good, the function tries to generate
235 * in that it also constructs a sentry object and has the same error
261 * std::basic_ostream::sentry. This has several effects, concluding
262 * with the setting of a status flag; see the sentry documentation
265 * If the sentry status is good, the function tries to generate
287 // Core write functionality, without sentry
    [all...]
  /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...]
  /ndk/sources/cxx-stl/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...]
  /prebuilts/ndk/5/sources/cxx-stl/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...]
  /prebuilts/ndk/6/sources/cxx-stl/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...]
  /prebuilts/ndk/7/sources/cxx-stl/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...]
  /prebuilts/ndk/8/sources/cxx-stl/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
istream.tcc 46 basic_istream<_CharT, _Traits>::sentry::
47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
67 // 195. Should basic_istream::sentry's constructor ever
89 sentry __cerb(*this, false);
157 sentry __cerb(*this, false);
192 sentry __cerb(*this, true);
226 sentry __cerb(*this, true);
263 sentry __cerb(*this, true);
293 // 243. get and getline when sentry reports failure.
310 sentry __cerb(*this, true)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc 46 basic_istream<_CharT, _Traits>::sentry::
47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
67 // 195. Should basic_istream::sentry's constructor ever
89 sentry __cerb(*this, false);
157 sentry __cerb(*this, false);
192 sentry __cerb(*this, true);
226 sentry __cerb(*this, true);
263 sentry __cerb(*this, true);
293 // 243. get and getline when sentry reports failure.
310 sentry __cerb(*this, true)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc 46 basic_istream<_CharT, _Traits>::sentry::
47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
67 // 195. Should basic_istream::sentry's constructor ever
89 sentry __cerb(*this, false);
157 sentry __cerb(*this, false);
192 sentry __cerb(*this, true);
226 sentry __cerb(*this, true);
263 sentry __cerb(*this, true);
293 // 243. get and getline when sentry reports failure.
310 sentry __cerb(*this, true)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc 46 basic_istream<_CharT, _Traits>::sentry::
47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
67 // 195. Should basic_istream::sentry's constructor ever
89 sentry __cerb(*this, false);
157 sentry __cerb(*this, false);
192 sentry __cerb(*this, true);
226 sentry __cerb(*this, true);
263 sentry __cerb(*this, true);
293 // 243. get and getline when sentry reports failure.
310 sentry __cerb(*this, true)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
istream.tcc 46 basic_istream<_CharT, _Traits>::sentry::
47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
67 // 195. Should basic_istream::sentry's constructor ever
89 sentry __cerb(*this, false);
157 sentry __cerb(*this, false);
192 sentry __cerb(*this, true);
226 sentry __cerb(*this, true);
263 sentry __cerb(*this, true);
293 // 243. get and getline when sentry reports failure.
310 sentry __cerb(*this, true)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
istream.tcc 48 basic_istream<_CharT, _Traits>::sentry::
49 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false)
69 // 195. Should basic_istream::sentry's constructor ever
91 sentry __cerb(*this, false);
120 sentry __cerb(*this, false);
165 sentry __cerb(*this, false);
209 sentry __cerb(*this, false);
244 sentry __cerb(*this, true);
278 sentry __cerb(*this, true);
315 sentry __cerb(*this, true)
    [all...]

Completed in 1324 milliseconds

1 2 3 4 5 6 7 8 9