HomeSort by relevance Sort by last modified time
    Searched full:sgetc (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
streambuf_iterator.h 88 // If the end of stream is reached (streambuf_type::sgetc()
110 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
175 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
335 int_type __c = __sb->sgetc();
371 int_type __c = __sb->sgetc();
383 __c = __sb->sgetc();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 92 // If the end of stream is reached (streambuf_type::sgetc()
120 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
345 int_type __c = __sb->sgetc();
381 int_type __c = __sb->sgetc();
393 __c = __sb->sgetc();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 92 // If the end of stream is reached (streambuf_type::sgetc()
120 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
345 int_type __c = __sb->sgetc();
381 int_type __c = __sb->sgetc();
393 __c = __sb->sgetc();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 81 // If the end of stream is reached (streambuf_type::sgetc()
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
328 int_type __c = __sb->sgetc();
364 int_type __c = __sb->sgetc();
376 __c = __sb->sgetc();
istream.tcc 58 __int_type __c = __sb->sgetc();
271 int_type __c = __sb->sgetc();
318 int_type __c = __this_sb->sgetc();
362 int_type __c = __sb->sgetc();
454 int_type __c = __sb->sgetc();
516 int_type __c = __sb->sgetc();
580 __c = this->rdbuf()->sgetc();
909 int_type __c = __sb->sgetc();
956 __int_type __c = __sb->sgetc();
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 81 // If the end of stream is reached (streambuf_type::sgetc()
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
328 int_type __c = __sb->sgetc();
364 int_type __c = __sb->sgetc();
376 __c = __sb->sgetc();
istream.tcc 58 __int_type __c = __sb->sgetc();
271 int_type __c = __sb->sgetc();
318 int_type __c = __this_sb->sgetc();
362 int_type __c = __sb->sgetc();
454 int_type __c = __sb->sgetc();
516 int_type __c = __sb->sgetc();
580 __c = this->rdbuf()->sgetc();
909 int_type __c = __sb->sgetc();
956 __int_type __c = __sb->sgetc();
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 81 // If the end of stream is reached (streambuf_type::sgetc()
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
328 int_type __c = __sb->sgetc();
364 int_type __c = __sb->sgetc();
376 __c = __sb->sgetc();
istream.tcc 58 __int_type __c = __sb->sgetc();
271 int_type __c = __sb->sgetc();
318 int_type __c = __this_sb->sgetc();
362 int_type __c = __sb->sgetc();
454 int_type __c = __sb->sgetc();
516 int_type __c = __sb->sgetc();
580 __c = this->rdbuf()->sgetc();
909 int_type __c = __sb->sgetc();
956 __int_type __c = __sb->sgetc();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 81 // If the end of stream is reached (streambuf_type::sgetc()
103 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
168 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
328 int_type __c = __sb->sgetc();
364 int_type __c = __sb->sgetc();
376 __c = __sb->sgetc();
istream.tcc 58 __int_type __c = __sb->sgetc();
271 int_type __c = __sb->sgetc();
318 int_type __c = __this_sb->sgetc();
362 int_type __c = __sb->sgetc();
454 int_type __c = __sb->sgetc();
516 int_type __c = __sb->sgetc();
580 __c = this->rdbuf()->sgetc();
909 int_type __c = __sb->sgetc();
956 __int_type __c = __sb->sgetc();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 88 // If the end of stream is reached (streambuf_type::sgetc()
110 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
175 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
335 int_type __c = __sb->sgetc();
371 int_type __c = __sb->sgetc();
383 __c = __sb->sgetc();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 94 // If the end of stream is reached (streambuf_type::sgetc()
122 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
187 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
347 int_type __c = __sb->sgetc();
383 int_type __c = __sb->sgetc();
395 __c = __sb->sgetc();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 88 // If the end of stream is reached (streambuf_type::sgetc()
110 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
175 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
335 int_type __c = __sb->sgetc();
371 int_type __c = __sb->sgetc();
383 __c = __sb->sgetc();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 94 // If the end of stream is reached (streambuf_type::sgetc()
122 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
187 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
347 int_type __c = __sb->sgetc();
383 int_type __c = __sb->sgetc();
395 __c = __sb->sgetc();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 92 // If the end of stream is reached (streambuf_type::sgetc()
120 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
345 int_type __c = __sb->sgetc();
381 int_type __c = __sb->sgetc();
393 __c = __sb->sgetc();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 92 // If the end of stream is reached (streambuf_type::sgetc()
120 /// streambuf.sgetc(). It cannot be assigned. NB: The result of
185 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
345 int_type __c = __sb->sgetc();
381 int_type __c = __sb->sgetc();
393 __c = __sb->sgetc();
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 57 assert(f.sgetc() == L'a');
75 assert(f.sgetc() == L'a');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 57 assert(f.sgetc() == L'a');
75 assert(f.sgetc() == L'a');
  /external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
seekoff.pass.cpp 32 assert(sb.sgetc() == '3');
34 assert(sb.sgetc() == '6');
36 assert(sb.sgetc() == '7');
seekpos.pass.cpp 28 assert(sb.sgetc() == '3');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
seekoff.pass.cpp 32 assert(sb.sgetc() == '3');
34 assert(sb.sgetc() == '6');
36 assert(sb.sgetc() == '7');
seekpos.pass.cpp 28 assert(sb.sgetc() == '3');
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
underflow.pass.cpp 66 assert(f.sgetc() == '9');
102 assert(f.sgetc() == L'9');
  /external/stlport/stlport/stl/
_istreambuf_iterator.h 40 // We do not read any characters until operator* is called. operator* calls sgetc
92 int_type __c = _M_buf->sgetc();

Completed in 686 milliseconds

1 23 4 5 6 7 8 9