Searched refs:setp (Results 1 - 25 of 53) sorted by relevance

123

/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/src/
H A Dstrstream.cpp43 setp(buf, buf + n);
55 setp(buf, buf + n);
137 setp(buf, buf + new_size);
235 setp(seeklow, epptr());
239 setp(pbase(), epptr());
283 setp(put, put + N);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dstreambuf.pass.cpp51 base::setp(const_cast<CharT*>(str_.data()),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dbasic_ios.pass.cpp45 base::setp(const_cast<CharT*>(str_.data()),
H A Dios_base.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dostream.pass.cpp45 base::setp(const_cast<CharT*>(str_.data()),
H A Dstreambuf.pass.cpp51 base::setp(const_cast<CharT*>(str_.data()),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Ddouble.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dfloat.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dint.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dlong.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dlong_double.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dlong_long.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dpointer.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dshort.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dunsigned_int.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dunsigned_long.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dunsigned_long_long.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),
H A Dunsigned_short.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()),

Completed in 177 milliseconds

123