Searched refs:__int_type (Results 1 – 4 of 4) sorted by relevance
191 typedef __istream_type::int_type __int_type; in operator >>() typedef211 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 >>() typedef287 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() typedef360 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 …]
62 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 >>() typedef772 const __int_type __cb = __in.rdbuf()->sbumpc(); in operator >>()849 typedef typename __istream_type::int_type __int_type; in ws() typedef852 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 >>() typedef893 const __int_type __eof = _Traits::eof(); in operator >>()895 __int_type __c = __sb->sgetc(); in operator >>()[all …]
555 typedef typename __istream_type::int_type __int_type; in _GLIBCXX_BEGIN_NAMESPACE() typedef577 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() typedef643 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()
654 typedef typename _Traits::int_type __int_type; typedef