OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gbump
(Results
1 - 24
of
24
) sorted by null
/external/libcxx/test/std/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);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp
35
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
underflow.pass.cpp
35
void
gbump
(int n) {base::
gbump
(n);}
function in struct:test_buf
68
f.
gbump
(8);
104
f.
gbump
(8);
/external/libcxx/test/std/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);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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
underflow.pass.cpp
32
void
gbump
(int n) {base::
gbump
(n);}
function in struct:test_buf
65
f.
gbump
(8);
101
f.
gbump
(8);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp
35
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
underflow.pass.cpp
34
void
gbump
(int n) {base::
gbump
(n);}
function in struct:test_buf
67
f.
gbump
(8);
103
f.
gbump
(8);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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);
/prebuilts/ndk/r10/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/r11/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/r13/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 188 milliseconds