HomeSort by relevance Sort by last modified time
    Searched full:gbeg (Results 1 - 22 of 22) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
setg.pass.cpp 15 // void setg(char_type* gbeg, char_type* gnext, char_type* gend);
28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
31 assert(base::eback() == gbeg);
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
35 CharT* gbeg = base::eback(); local
39 assert(base::eback() == gbeg);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
in_avail.pass.cpp 30 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
32 base::setg(gbeg, gnext, gend);
sbumpc.pass.cpp 29 void setg(char* gbeg, char* gnext, char* gend)
31 base::setg(gbeg, gnext, gend);
sgetc.pass.cpp 29 void setg(char* gbeg, char* gnext, char* gend)
31 base::setg(gbeg, gnext, gend);
snextc.pass.cpp 29 void setg(char* gbeg, char* gnext, char* gend)
31 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp 29 void setg(char* gbeg, char* gnext, char* gend)
31 base::setg(gbeg, gnext, gend);
sungetc.pass.cpp 29 void setg(char* gbeg, char* gnext, char* gend)
31 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
xsgetn.pass.cpp 27 void setg(char* gbeg, char* gnext, char* gend)
29 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 41 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
43 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 29 void setg(char* gbeg, char* gnext, char* gend)
31 base::setg(gbeg, gnext, gend);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 42 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
44 base::setg(gbeg, gnext, gend);
swap.pass.cpp 52 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
54 base::setg(gbeg, gnext, gend);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
streambuf 478 * @param gbeg A pointer.
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
streambuf 482 * @param gbeg A pointer.
485 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
streambuf 482 * @param gbeg A pointer.
485 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
streambuf 478 * @param gbeg A pointer.
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
streambuf 478 * @param gbeg A pointer.
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
streambuf 478 * @param gbeg A pointer.
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
streambuf 478 * @param gbeg A pointer.
481 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
streambuf 482 * @param gbeg A pointer.
485 * @post @a gbeg == @c eback(), @a gnext == @c gptr(), and
  /ndk/sources/cxx-stl/llvm-libc++/include/
streambuf 72 void setg(char_type* gbeg, char_type* gnext, char_type* gend);

Completed in 5149 milliseconds