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

  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/
gbump.pass.cpp 15 // void gbump(int n);
33 void gbump(int n) function in struct:test
38 base::gbump(n);
51 t.gbump(2);
57 t.gbump(3);
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 33 void gbump(int n) {base::gbump(n);} function in struct:test_buf
pbackfail.pass.cpp 31 void gbump(int n) {base::gbump(n);} function in struct:test_buf
seekoff.pass.cpp 34 void gbump(int n) {base::gbump(n);} function in struct:test_buf
underflow.pass.cpp 32 void gbump(int n) {base::gbump(n);} function in struct:test_buf
65 f.gbump(8);
101 f.gbump(8);
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 36 void gbump(int n) {base::gbump(n);} function in struct:test_buf
pbackfail.pass.cpp 36 void gbump(int n) {base::gbump(n);} function in struct:test_buf
underflow.pass.cpp 36 void gbump(int n) {base::gbump(n);} function in struct:test_buf
66 f.gbump(8);
  /external/stlport/stlport/stl/
_streambuf.h 91 void gbump(int __n) { _M_gnext += __n; } function in class:basic_streambuf
105 void _M_gbump(int __n) { gbump(__n); }
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 91 void gbump(int __n) { _M_gnext += __n; } function in class:basic_streambuf
105 void _M_gbump(int __n) { gbump(__n); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 91 void gbump(int __n) { _M_gnext += __n; } function in class:basic_streambuf
105 void _M_gbump(int __n) { gbump(__n); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 91 void gbump(int __n) { _M_gnext += __n; } function in class:basic_streambuf
105 void _M_gbump(int __n) { gbump(__n); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 91 void gbump(int __n) { _M_gnext += __n; } function in class:basic_streambuf
105 void _M_gbump(int __n) { gbump(__n); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 91 void gbump(int __n) { _M_gnext += __n; } function in class:basic_streambuf
105 void _M_gbump(int __n) { gbump(__n); }

Completed in 803 milliseconds