Home | History | Annotate | Download | only in ext

Lines Matching refs:int_type

53       typedef typename traits_type::int_type		int_type;
63 int_type _M_unget_buf;
82 int_type
85 int_type
86 syncungetc(int_type __c);
88 int_type
89 syncputc(int_type __c);
91 virtual int_type
94 int_type __c = this->syncgetc();
98 virtual int_type
106 virtual int_type
107 pbackfail(int_type __c = traits_type::eof())
109 int_type __ret;
110 const int_type __eof = traits_type::eof();
131 virtual int_type
132 overflow(int_type __c = traits_type::eof())
134 int_type __ret;
184 inline stdio_sync_filebuf<char>::int_type
189 inline stdio_sync_filebuf<char>::int_type
190 stdio_sync_filebuf<char>::syncungetc(int_type __c)
194 inline stdio_sync_filebuf<char>::int_type
195 stdio_sync_filebuf<char>::syncputc(int_type __c)
217 inline stdio_sync_filebuf<wchar_t>::int_type
222 inline stdio_sync_filebuf<wchar_t>::int_type
223 stdio_sync_filebuf<wchar_t>::syncungetc(int_type __c)
227 inline stdio_sync_filebuf<wchar_t>::int_type
228 stdio_sync_filebuf<wchar_t>::syncputc(int_type __c)
236 const int_type __eof = traits_type::eof();
239 int_type __c = this->syncgetc();
259 const int_type __eof = traits_type::eof();