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

  /external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp 33 void pbump(int n) {base::pbump(n);} function in struct:testbuf
underflow.pass.cpp 29 void pbump(int n) {base::pbump(n);} function in struct:testbuf
36 sb.pbump(3);
54 sb.pbump(3);
overflow.pass.cpp 35 void pbump(int n) {base::pbump(n);} function in struct:testbuf
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
pbackfail.pass.cpp 33 void pbump(int n) {base::pbump(n);} function in struct:testbuf
underflow.pass.cpp 29 void pbump(int n) {base::pbump(n);} function in struct:testbuf
36 sb.pbump(3);
54 sb.pbump(3);
overflow.pass.cpp 35 void pbump(int n) {base::pbump(n);} function in struct:testbuf
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 15 // void pbump(int n);
33 void pbump(int n) function in struct:test
38 base::pbump(n);
51 t.pbump(2);
52 t.pbump(1);
58 t.pbump(3);
59 t.pbump(1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 15 // void pbump(int n);
33 void pbump(int n) function in struct:test
38 base::pbump(n);
51 t.pbump(2);
52 t.pbump(1);
58 t.pbump(3);
59 t.pbump(1);
  /external/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 115 void pbump(int __n) { _M_pnext += __n; } function in class:basic_streambuf

Completed in 554 milliseconds