HomeSort by relevance Sort by last modified time
    Searched full:__eof (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 181 const int_type __eof = traits_type::eof(); local
182 int_type __ret = __eof;
185 if (!traits_type::eq_int_type(_M_c, __eof))
188 __eof))
199 const int_type __eof = traits_type::eof(); local
200 return traits_type::eq_int_type(_M_get(), __eof);
  /external/stlport/stlport/stl/
_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)) {
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __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)) {
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __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/5/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_ios.h 111 const int_type __eof = _Traits::eof(); local
112 return _Traits::eq_int_type(__c, __eof);
  /ndk/sources/cxx-stl/llvm-libc++/include/
streambuf 495 const int_type __eof = traits_type::eof();
502 else if ((__c = uflow()) != __eof)
538 int_type __eof = traits_type::eof();
543 else if (overflow(traits_type::to_int_type(*__s)) == __eof)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring.tcc 575 const __int_type __eof = _Traits::eof();
579 && !_Traits::eq_int_type(__c, __eof)
594 if (_Traits::eq_int_type(__c, __eof))
646 const __int_type __eof = _Traits::eof();
650 && !_Traits::eq_int_type(__c, __eof)
664 if (_Traits::eq_int_type(__c, __eof))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring.tcc 580 const __int_type __eof = _Traits::eof();
584 && !_Traits::eq_int_type(__c, __eof)
599 if (_Traits::eq_int_type(__c, __eof))
651 const __int_type __eof = _Traits::eof();
655 && !_Traits::eq_int_type(__c, __eof)
669 if (_Traits::eq_int_type(__c, __eof))

Completed in 1808 milliseconds

12 3 4 5