Searched refs:_No_Skip_WS (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _istream.c | 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() 519 sentry __sentry(*this, _No_Skip_WS()); in seekg() [all …]
|
D | _istream.h | 47 struct _No_Skip_WS {}; // Dummy class used by sentry. struct 206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */ in sentry() argument 285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.
|