HomeSort by relevance Sort by last modified time
    Searched defs:gnext (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
36 CharT* gnext = base::gptr(); local
40 assert(base::gptr() == gnext+n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend)
30 base::setg(gbeg, gnext, gend);
36 CharT* gnext = base::gptr(); local
40 assert(base::gptr() == gnext+n);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
form.h 167 bool (*gnext)(FORM*,FIELD*,const void*); /* generic enumerate next */ member in union:typenode::__anon40719
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.c 1100 struct got_entry *gnext; local
1109 for (g = *head; g != NULL; g = gnext)
1111 gnext = g->next;
    [all...]

Completed in 190 milliseconds