Searched refs:int_type (Results 1 – 1 of 1) sorted by relevance
52 typedef typename traits_type::int_type int_type; typedef61 virtual int_type underflow() override;62 virtual int_type uflow() override;63 virtual int_type pbackfail(int_type __c = traits_type::eof()) override;71 int_type __last_consumed_;78 int_type __getchar(bool __consume);107 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::underflow() { in underflow()112 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::uflow() { in uflow()117 typename stdio_filebuf<_CharT>::int_type stdio_filebuf<_CharT>::__getchar( in __getchar()120 int_type __result = __last_consumed_; in __getchar()[all …]