/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/ |
D | setp.pass.cpp | 28 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()
|
D | pbump.pass.cpp | 28 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/ |
D | xsputn.pass.cpp | 27 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/ |
D | sputc.pass.cpp | 33 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/ |
D | copy.pass.cpp | 45 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/ |
D | assign.pass.cpp | 46 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()
|
D | swap.pass.cpp | 56 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/ |
D | strstream.cpp | 43 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.c | 84 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/ |
D | strstream.cpp | 45 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/ |
D | CharT_pointer.pass.cpp | 48 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/ |
D | ostream.pass.cpp | 45 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | ios_base.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | basic_ios.pass.cpp | 45 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | streambuf.pass.cpp | 51 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/ |
D | endl.pass.cpp | 47 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | ends.pass.cpp | 45 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/ |
D | streambuf.pass.cpp | 51 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/ |
D | put.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | write.pass.cpp | 44 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/ |
D | unsigned_short.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | double.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | short.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | pointer.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|
D | unsigned_long_long.pass.cpp | 44 base::setp(const_cast<CharT*>(str_.data()), in overflow()
|