HomeSort by relevance Sort by last modified time
    Searched refs:_M_unget_buf (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 72 int_type _M_unget_buf;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 72 int_type _M_unget_buf;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 72 int_type _M_unget_buf;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1])
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 72 int_type _M_unget_buf;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1])
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 72 int_type _M_unget_buf;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1])
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 72 int_type _M_unget_buf;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
111 _M_unget_buf = this->syncgetc();
112 return _M_unget_buf;
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
125 __ret = this->syncungetc(_M_unget_buf);
133 _M_unget_buf = __eof;
213 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1]);
215 _M_unget_buf = traits_type::eof();
256 _M_unget_buf = traits_type::to_int_type(__s[__ret - 1])
    [all...]

Completed in 266 milliseconds