Home | History | Annotate | Download | only in ext

Lines Matching refs:int_type

63       typedef typename traits_type::int_type		int_type;
73 int_type _M_unget_buf;
92 int_type
95 int_type
96 syncungetc(int_type __c);
98 int_type
99 syncputc(int_type __c);
101 virtual int_type
104 int_type __c = this->syncgetc();
108 virtual int_type
116 virtual int_type
117 pbackfail(int_type __c = traits_type::eof())
119 int_type __ret;
120 const int_type __eof = traits_type::eof();
141 virtual int_type
142 overflow(int_type __c = traits_type::eof())
144 int_type __ret;
194 inline stdio_sync_filebuf<char>::int_type
199 inline stdio_sync_filebuf<char>::int_type
200 stdio_sync_filebuf<char>::syncungetc(int_type __c)
204 inline stdio_sync_filebuf<char>::int_type
205 stdio_sync_filebuf<char>::syncputc(int_type __c)
227 inline stdio_sync_filebuf<wchar_t>::int_type
232 inline stdio_sync_filebuf<wchar_t>::int_type
233 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c)
237 inline stdio_sync_filebuf<wchar_t>::int_type
238 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c)
246 const int_type __eof = traits_type::eof();
249 int_type __c = this->syncgetc();
269 const int_type __eof = traits_type::eof();