Home
last modified time | relevance | path

Searched defs:pbump (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Dunderflow.pass.cpp29 void pbump(int n) {base::pbump(n);} in pbump() function
Dpbackfail.pass.cpp33 void pbump(int n) {base::pbump(n);} in pbump() function
Doverflow.pass.cpp35 void pbump(int n) {base::pbump(n);} in pbump() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dpbump.pass.cpp33 void pbump(int n) in pbump() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h115 void pbump(int __n) { _M_pnext += __n; } in pbump() function