Home
last modified time | relevance | path

Searched refs:__int_type (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/libstdc++/src/
Distream.cc191 typedef __istream_type::int_type __int_type; in operator >>() typedef
211 const __int_type __eof = __traits_type::eof(); in operator >>()
213 __int_type __c = __sb->sgetc(); in operator >>()
267 typedef __istream_type::int_type __int_type; in operator >>() typedef
287 const __int_type __eof = __traits_type::eof(); in operator >>()
289 __int_type __c = __sb->sgetc(); in operator >>()
343 typedef __istream_type::int_type __int_type; in getline() typedef
360 const __int_type __idelim = __traits_type::to_int_type(__delim); in getline()
361 const __int_type __eof = __traits_type::eof(); in getline()
363 __int_type __c = __sb->sgetc(); in getline()
[all …]
/NextBSD/contrib/libstdc++/include/bits/
Distream.tcc62 const __int_type __eof = traits_type::eof(); in _GLIBCXX_BEGIN_NAMESPACE()
64 __int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
764 typedef typename __istream_type::int_type __int_type; in operator >>() typedef
772 const __int_type __cb = __in.rdbuf()->sbumpc(); in operator >>()
849 typedef typename __istream_type::int_type __int_type; in ws() typedef
852 const __int_type __eof = _Traits::eof(); in ws()
854 __int_type __c = __sb->sgetc(); in ws()
872 typedef typename __istream_type::int_type __int_type; in operator >>() typedef
893 const __int_type __eof = _Traits::eof(); in operator >>()
895 __int_type __c = __sb->sgetc(); in operator >>()
[all …]
/NextBSD/contrib/libstdc++/include/ext/
Dvstring.tcc555 typedef typename __istream_type::int_type __int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef
577 const __int_type __eof = _Traits::eof(); in _GLIBCXX_BEGIN_NAMESPACE()
579 __int_type __c = __sb->sgetc(); in _GLIBCXX_BEGIN_NAMESPACE()
624 typedef typename __istream_type::int_type __int_type; in getline() typedef
643 const __int_type __idelim = _Traits::to_int_type(__delim); in getline()
644 const __int_type __eof = _Traits::eof(); in getline()
646 __int_type __c = __sb->sgetc(); in getline()
/NextBSD/contrib/libstdc++/include/std/
Dstd_istream.h654 typedef typename _Traits::int_type __int_type; typedef