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

12

  /prebuilts/ndk/android-ndk-r6/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)) {
_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)) {
_istream.c 171 const typename _Traits::int_type __eof = _Traits::eof();
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
    [all...]
  /prebuilts/ndk/android-ndk-r7/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)) {
_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)) {
_istream.c 171 const typename _Traits::int_type __eof = _Traits::eof();
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
    [all...]
  /external/stlport/stlport/stl/
_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)) {
_istream.c 171 const typename _Traits::int_type __eof = _Traits::eof();
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_istream.c 171 const typename _Traits::int_type __eof = _Traits::eof();
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_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)) {
_istream.c 171 const typename _Traits::int_type __eof = _Traits::eof();
172 ret = !_Traits::eq_int_type(__buf->sputbackc(__c), __eof);
    [all...]

Completed in 331 milliseconds

12