HomeSort by relevance Sort by last modified time
    Searched full:sungetc (Results 1 - 25 of 75) sorted by null

1 2 3

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sungetc.pass.cpp 15 // int_type sungetc();
47 assert(t.sungetc() == 'a');
51 assert(t.sungetc() == 'A');
53 assert(t.sungetc() == 'a');
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 55 int_type sungetc();
156 int_type sungetc();
337 basic_streambuf<_CharT, _Traits>::sungetc()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h 62 // called from basic_streambuf::sungetc()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h 72 // called from basic_streambuf::sungetc()
  /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 72 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 62 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 62 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h 62 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
stdio_sync_filebuf.h 62 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 72 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 72 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 72 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 72 // called from basic_streambuf::sungetc()
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 71 // called from basic_streambuf::sungetc()
  /external/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 247 int_type sungetc() { function in class:basic_streambuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream 505 * If @c rdbuf() is not null, calls @c rdbuf()->sungetc(c).
507 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
streambuf 343 * Similar to sungetc(), but @a c is pushed onto the stream instead
373 sungetc()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
istream 509 * If @c rdbuf() is not null, calls @c rdbuf()->sungetc(c).
511 * If @c rdbuf() is null or if @c sungetc() fails, sets badbit in
streambuf 346 * Similar to sungetc(), but @a c is pushed onto the stream
377 sungetc()

Completed in 1487 milliseconds

1 2 3