HomeSort by relevance Sort by last modified time
    Searched refs:__eof (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /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 119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 56 const int_type __eof = _Traits::eof(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
87 const int_type __eof = _Traits::eof(); local
100 __eof)) {
115 const int_type __eof = _Traits::eof(); local
127 __eof))
139 int_type __eof = _Traits::eof(); local
141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
_bitset.c 188 static typename _Traits::int_type __eof = _Traits::eof(); local
191 if (_Traits::eq_int_type(__c1, __eof)) {
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_fstream.c 158 const int_type __eof = traits_type::eof(); local
162 return __eof;
167 (traits_type::eq_int_type(__c, __eof) ||
171 if (traits_type::eq_int_type(__c, __eof) ||
175 else if (!traits_type::eq_int_type(__c, __eof)) {
183 return __eof; // No more room in the buffer, so fail.
194 return __eof;
_bitset.h 771 static typename _Traits::int_type __eof = _Traits::eof();
774 if (_Traits::eq_int_type(__c1, __eof)) {
784 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
822 static typename _Traits::int_type __eof = _Traits::eof();
825 if (_Traits::eq_int_type(__c1, __eof)) {
835 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 56 const int_type __eof = _Traits::eof(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
87 const int_type __eof = _Traits::eof(); local
100 __eof)) {
115 const int_type __eof = _Traits::eof(); local
127 __eof))
139 int_type __eof = _Traits::eof(); local
141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
_bitset.c 188 static typename _Traits::int_type __eof = _Traits::eof(); local
191 if (_Traits::eq_int_type(__c1, __eof)) {
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_fstream.c 158 const int_type __eof = traits_type::eof(); local
162 return __eof;
167 (traits_type::eq_int_type(__c, __eof) ||
171 if (traits_type::eq_int_type(__c, __eof) ||
175 else if (!traits_type::eq_int_type(__c, __eof)) {
183 return __eof; // No more room in the buffer, so fail.
194 return __eof;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 119 const int_type __eof = traits_type::eof(); local
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
127 __ret = __eof;
133 _M_unget_buf = __eof;
245 const int_type __eof = traits_type::eof(); local
249 if (traits_type::eq_int_type(__c, __eof))
268 const int_type __eof = traits_type::eof(); local
271 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_streambuf.c 56 const int_type __eof = _Traits::eof(); local
69 if (!_Traits::eq_int_type(__c, __eof)) {
87 const int_type __eof = _Traits::eof(); local
100 __eof)) {
115 const int_type __eof = _Traits::eof(); local
127 __eof))
139 int_type __eof = _Traits::eof(); local
141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc();
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
_bitset.c 188 static typename _Traits::int_type __eof = _Traits::eof(); local
191 if (_Traits::eq_int_type(__c1, __eof)) {
201 else if (_Traits::eq_int_type(__buf->sputbackc(__c2), __eof)) {
_fstream.c 158 const int_type __eof = traits_type::eof(); local
162 return __eof;
167 (traits_type::eq_int_type(__c, __eof) ||
171 if (traits_type::eq_int_type(__c, __eof) ||
175 else if (!traits_type::eq_int_type(__c, __eof)) {
183 return __eof; // No more room in the buffer, so fail.
194 return __eof;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 179 const int_type __eof = traits_type::eof(); local
180 int_type __ret = __eof;
183 if (!traits_type::eq_int_type(_M_c, __eof))
186 __eof))
197 const int_type __eof = traits_type::eof(); local
198 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 179 const int_type __eof = traits_type::eof(); local
180 int_type __ret = __eof;
183 if (!traits_type::eq_int_type(_M_c, __eof))
186 __eof))
197 const int_type __eof = traits_type::eof(); local
198 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 179 const int_type __eof = traits_type::eof(); local
180 int_type __ret = __eof;
183 if (!traits_type::eq_int_type(_M_c, __eof))
186 __eof))
197 const int_type __eof = traits_type::eof(); local
198 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 179 const int_type __eof = traits_type::eof(); local
180 int_type __ret = __eof;
183 if (!traits_type::eq_int_type(_M_c, __eof))
186 __eof))
197 const int_type __eof = traits_type::eof(); local
198 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 179 const int_type __eof = traits_type::eof(); local
180 int_type __ret = __eof;
183 if (!traits_type::eq_int_type(_M_c, __eof))
186 __eof))
197 const int_type __eof = traits_type::eof(); local
198 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 179 const int_type __eof = traits_type::eof(); local
180 int_type __ret = __eof;
183 if (!traits_type::eq_int_type(_M_c, __eof))
186 __eof))
197 const int_type __eof = traits_type::eof(); local
198 return traits_type::eq_int_type(_M_get(), __eof);

Completed in 922 milliseconds

1 2