HomeSort by relevance Sort by last modified time
    Searched defs:gbump (Results 1 - 7 of 7) 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);
  /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);

Completed in 94 milliseconds