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

1 2

  /external/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)) {
  /ndk/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)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 110 const int_type __eof = traits_type::eof(); local
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
118 __ret = __eof;
124 _M_unget_buf = __eof;
236 const int_type __eof = traits_type::eof(); local
240 if (traits_type::eq_int_type(__c, __eof))
259 const int_type __eof = traits_type::eof(); local
262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 120 const int_type __eof = traits_type::eof(); local
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
128 __ret = __eof;
134 _M_unget_buf = __eof;
246 const int_type __eof = traits_type::eof(); local
250 if (traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof(); local
272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 120 const int_type __eof = traits_type::eof(); local
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
128 __ret = __eof;
134 _M_unget_buf = __eof;
246 const int_type __eof = traits_type::eof(); local
250 if (traits_type::eq_int_type(__c, __eof))
269 const int_type __eof = traits_type::eof(); local
272 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 110 const int_type __eof = traits_type::eof(); local
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
118 __ret = __eof;
124 _M_unget_buf = __eof;
236 const int_type __eof = traits_type::eof(); local
240 if (traits_type::eq_int_type(__c, __eof))
259 const int_type __eof = traits_type::eof(); local
262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/android-ndk-r5/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)) {
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 110 const int_type __eof = traits_type::eof(); local
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
118 __ret = __eof;
124 _M_unget_buf = __eof;
236 const int_type __eof = traits_type::eof(); local
240 if (traits_type::eq_int_type(__c, __eof))
259 const int_type __eof = traits_type::eof(); local
262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/android-ndk-r6/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);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 110 const int_type __eof = traits_type::eof(); local
113 if (traits_type::eq_int_type(__c, __eof)) // unget
115 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
118 __ret = __eof;
124 _M_unget_buf = __eof;
236 const int_type __eof = traits_type::eof(); local
240 if (traits_type::eq_int_type(__c, __eof))
259 const int_type __eof = traits_type::eof(); local
262 if (traits_type::eq_int_type(this->syncputc(*__s++), __eof))
  /prebuilts/ndk/android-ndk-r7/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
streambuf_iterator.h 162 const int_type __eof = traits_type::eof(); local
163 int_type __ret = __eof;
166 if (!traits_type::eq_int_type(_M_c, __eof))
169 __eof))
180 const int_type __eof = traits_type::eof(); local
181 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 169 const int_type __eof = traits_type::eof(); local
170 int_type __ret = __eof;
173 if (!traits_type::eq_int_type(_M_c, __eof))
176 __eof))
187 const int_type __eof = traits_type::eof(); local
188 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
streambuf_iterator.h 169 const int_type __eof = traits_type::eof(); local
170 int_type __ret = __eof;
173 if (!traits_type::eq_int_type(_M_c, __eof))
176 __eof))
187 const int_type __eof = traits_type::eof(); local
188 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 162 const int_type __eof = traits_type::eof(); local
163 int_type __ret = __eof;
166 if (!traits_type::eq_int_type(_M_c, __eof))
169 __eof))
180 const int_type __eof = traits_type::eof(); local
181 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 162 const int_type __eof = traits_type::eof(); local
163 int_type __ret = __eof;
166 if (!traits_type::eq_int_type(_M_c, __eof))
169 __eof))
180 const int_type __eof = traits_type::eof(); local
181 return traits_type::eq_int_type(_M_get(), __eof);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 162 const int_type __eof = traits_type::eof(); local
163 int_type __ret = __eof;
166 if (!traits_type::eq_int_type(_M_c, __eof))
169 __eof))
180 const int_type __eof = traits_type::eof(); local
181 return traits_type::eq_int_type(_M_get(), __eof);

Completed in 918 milliseconds

1 2