HomeSort by relevance Sort by last modified time
    Searched defs:_No_Skip_WS (Results 1 - 5 of 5) sorted by null

  /external/stlport/stlport/stl/
_istream.h 47 struct _No_Skip_WS {}; // Dummy class used by sentry.
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 47 struct _No_Skip_WS {}; // Dummy class used by sentry.
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 47 struct _No_Skip_WS {}; // Dummy class used by sentry.
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 47 struct _No_Skip_WS {}; // Dummy class used by sentry.
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_istream.h 47 struct _No_Skip_WS {}; // Dummy class used by sentry.
206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
285 _Sentry __sentry(__istr, _No_Skip_WS()); // Don't skip whitespace.

Completed in 677 milliseconds