Searched defs:setp (Results 1 - 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
H A Dsetp.pass.cpp15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend) function in struct:test
30 base::setp(pbeg, pend);
42 t.setp(in, in+sizeof(in)/sizeof(in[0]));
47 t.setp(in, in+sizeof(in)/sizeof(in[0]));
H A Dpbump.pass.cpp28 void setp(CharT* pbeg, CharT* pend) function in struct:test
30 base::setp(pbeg, pend);
50 t.setp(in, in+sizeof(in)/sizeof(in[0]));
57 t.setp(in, in+sizeof(in)/sizeof(in[0]));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
H A Dxsputn.pass.cpp27 void setp(char* pbeg, char* pend) function in struct:test
29 base::setp(pbeg, pend);
40 t.setp(out, out+sizeof(out));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp33 void setp(char* pbeg, char* pend) function in struct:test
35 base::setp(pbeg, pend);
54 t.setp(out, out+sizeof(out));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp45 void setp(CharT* pbeg, CharT* pend) function in struct:test
47 base::setp(pbeg, pend);
65 t.setp(&p1, &p3);
72 t.setp(&p1, &p3);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
H A Dassign.pass.cpp46 void setp(CharT* pbeg, CharT* pend) function in struct:test
48 base::setp(pbeg, pend);
68 t.setp(&p1, &p3);
76 t.setp(&p1, &p3);
H A Dswap.pass.cpp56 void setp(CharT* pbeg, CharT* pend) function in struct:test
58 base::setp(pbeg, pend);
78 t.setp(&p1, &p3);
86 t.setp(&p1, &p3);
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h116 void setp(char_type* __pbegin, char_type* __pend) { function in class:basic_streambuf

Completed in 54 milliseconds