Searched refs:__int_type (Results 1 – 9 of 9) sorted by relevance
57 typedef short __int_type; typedef59 static const __int_type _S_boolalpha = 0x0001;60 static const __int_type _S_dec = 0x0002;61 static const __int_type _S_fixed = 0x0004;62 static const __int_type _S_hex = 0x0008;63 static const __int_type _S_internal = 0x0010;64 static const __int_type _S_left = 0x0020;65 static const __int_type _S_oct = 0x0040;66 static const __int_type _S_right = 0x0080;67 static const __int_type _S_scientific = 0x0100;[all …]
67 typedef short __int_type; typedef69 static const __int_type _S_boolalpha = _IO_BAD_SEEN;70 static const __int_type _S_dec = _IO_DEC;71 static const __int_type _S_fixed = _IO_FIXED;72 static const __int_type _S_hex = _IO_HEX;73 static const __int_type _S_internal = _IO_INTERNAL;74 static const __int_type _S_left = _IO_LEFT;75 static const __int_type _S_oct = _IO_OCT;76 static const __int_type _S_right = _IO_RIGHT;77 static const __int_type _S_scientific = _IO_SCIENTIFIC;[all …]
76 const __ios_flags::__int_type __ios_flags::_S_boolalpha;77 const __ios_flags::__int_type __ios_flags::_S_dec;78 const __ios_flags::__int_type __ios_flags::_S_fixed;79 const __ios_flags::__int_type __ios_flags::_S_hex;80 const __ios_flags::__int_type __ios_flags::_S_internal;81 const __ios_flags::__int_type __ios_flags::_S_left;82 const __ios_flags::__int_type __ios_flags::_S_oct;83 const __ios_flags::__int_type __ios_flags::_S_right;84 const __ios_flags::__int_type __ios_flags::_S_scientific;85 const __ios_flags::__int_type __ios_flags::_S_showbase;[all …]
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 …]
53 const __int_type __eof = traits_type::eof(); in sentry()55 __int_type __c = __sb->sgetc(); in sentry()1005 typedef typename __istream_type::int_type __int_type; in ws() typedef1008 const __int_type __eof = _Traits::eof(); in ws()1010 __int_type __c = __sb->sgetc(); in ws()1028 typedef typename __istream_type::int_type __int_type; in operator >>() typedef1047 const __int_type __eof = _Traits::eof(); in operator >>()1049 __int_type __c = __sb->sgetc(); in operator >>()1085 typedef typename __istream_type::int_type __int_type; in getline() typedef1101 __int_type __idelim = _Traits::to_int_type(__delim); in getline()[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()
585 typedef typename _Traits::int_type __int_type; typedef
654 typedef typename _Traits::int_type __int_type; typedef