Home
last modified time | relevance | path

Searched refs:setp (Results 1 – 25 of 58) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
Dsetp.pass.cpp28 void setp(CharT* pbeg, CharT* pend) in setp() function
30 base::setp(pbeg, pend); in setp()
42 t.setp(in, in+sizeof(in)/sizeof(in[0])); in main()
47 t.setp(in, in+sizeof(in)/sizeof(in[0])); in main()
Dpbump.pass.cpp28 void setp(CharT* pbeg, CharT* pend) in setp() function
30 base::setp(pbeg, pend); in setp()
50 t.setp(in, in+sizeof(in)/sizeof(in[0])); in main()
57 t.setp(in, in+sizeof(in)/sizeof(in[0])); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
Dxsputn.pass.cpp27 void setp(char* pbeg, char* pend) in setp() function
29 base::setp(pbeg, pend); in setp()
40 t.setp(out, out+sizeof(out)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
Dsputc.pass.cpp33 void setp(char* pbeg, char* pend) in setp() function
35 base::setp(pbeg, pend); in setp()
54 t.setp(out, out+sizeof(out)); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
Dcopy.pass.cpp45 void setp(CharT* pbeg, CharT* pend) in setp() function
47 base::setp(pbeg, pend); in setp()
65 t.setp(&p1, &p3); in main()
72 t.setp(&p1, &p3); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dassign.pass.cpp46 void setp(CharT* pbeg, CharT* pend) in setp() function
48 base::setp(pbeg, pend); in setp()
68 t.setp(&p1, &p3); in main()
76 t.setp(&p1, &p3); in main()
Dswap.pass.cpp56 void setp(CharT* pbeg, CharT* pend) in setp() function
58 base::setp(pbeg, pend); in setp()
78 t.setp(&p1, &p3); in main()
86 t.setp(&p1, &p3); in main()
/ndk/sources/cxx-stl/stlport/src/
Dstrstream.cpp43 setp(buf, buf + n); in strstreambuf()
55 setp(buf, buf + n); in strstreambuf()
137 setp(buf, buf + new_size); in overflow()
235 setp(seeklow, epptr()); in seekoff()
239 setp(pbase(), epptr()); in seekoff()
283 setp(put, put + N); in _M_setup()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_sstream.c84 this->setp( __data_end, __data_end ); in _M_set_ptrs()
86 this->setp( __data_ptr, __data_end ); in _M_set_ptrs()
154 this->setp(__data_ptr, _S_finish(_M_str)); in overflow()
158 this->setp(_S_start(_M_str), _S_finish(_M_str)); in overflow()
203 this->setp(__data_ptr, _S_finish(_M_str)); in xsputn()
248 this->setp(__data_ptr, _S_finish(_M_str)); in _M_xsputnc()
289 this->setp(__data_ptr, _S_finish(_M_str)); in setbuf()
348 this->setp(this->pbase(), this->pbase() + __n); in seekoff()
382 this->setp(_S_start(_M_str), _S_finish(_M_str)); in seekpos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp45 setp(__pbeg, __pbeg + __n); in __init()
183 setp(buf + einp, buf + einp + eout); in overflow()
277 setp(min(pbase(), newpos), epptr()); in seekoff()
307 setp(min(pbase(), newpos), epptr()); in seekpos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
DCharT_pointer.pass.cpp48 base::setp(const_cast<CharT*>(str_.data()), in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
Dostream.pass.cpp45 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dios_base.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dbasic_ios.pass.cpp45 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dstreambuf.pass.cpp51 base::setp(const_cast<CharT*>(str_.data()), in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
Dendl.pass.cpp47 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dends.pass.cpp45 base::setp(const_cast<CharT*>(str_.data()), in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
Dstreambuf.pass.cpp51 base::setp(const_cast<CharT*>(str_.data()), in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
Dput.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dwrite.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
Dunsigned_short.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Ddouble.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dshort.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dpointer.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
Dunsigned_long_long.pass.cpp44 base::setp(const_cast<CharT*>(str_.data()), in overflow()

123