/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/ |
D | setg.pass.cpp | 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend) in setg() function 30 base::setg(gbeg, gnext, gend); in setg() 42 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])); in main() 47 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])); in main()
|
D | gbump.pass.cpp | 28 void setg(CharT* gbeg, CharT* gnext, CharT* gend) in setg() function 30 base::setg(gbeg, gnext, gend); in setg() 50 t.setg(in, in+1, in+sizeof(in)/sizeof(in[0])); in main() 56 t.setg(in, in+1, 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.get/ |
D | xsgetn.pass.cpp | 27 void setg(char* gbeg, char* gnext, char* gend) in setg() function 29 base::setg(gbeg, gnext, gend); in setg() 37 t.setg(input, input, input+7); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/ |
D | in_avail.pass.cpp | 30 void setg(CharT* gbeg, CharT* gnext, CharT* gend) in setg() function 32 base::setg(gbeg, gnext, gend); in setg() 49 t.setg(in, in+2, in+5); in main()
|
D | snextc.pass.cpp | 29 void setg(char* gbeg, char* gnext, char* gend) in setg() function 31 base::setg(gbeg, gnext, gend); in setg() 50 t.setg(in, in, in+sizeof(in)); in main()
|
D | sgetc.pass.cpp | 29 void setg(char* gbeg, char* gnext, char* gend) in setg() function 31 base::setg(gbeg, gnext, gend); in setg() 50 t.setg(in, in, in+sizeof(in)); in main()
|
D | sbumpc.pass.cpp | 29 void setg(char* gbeg, char* gnext, char* gend) in setg() function 31 base::setg(gbeg, gnext, gend); in setg() 50 t.setg(in, in, in+sizeof(in)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/ |
D | sungetc.pass.cpp | 29 void setg(char* gbeg, char* gnext, char* gend) in setg() function 31 base::setg(gbeg, gnext, gend); in setg() 50 t.setg(in, in+1, in+sizeof(in)); in main()
|
D | sputbackc.pass.cpp | 29 void setg(char* gbeg, char* gnext, char* gend) in setg() function 31 base::setg(gbeg, gnext, gend); in setg() 50 t.setg(in, in+1, in+sizeof(in)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | copy.pass.cpp | 41 void setg(CharT* gbeg, CharT* gnext, CharT* gend) in setg() function 43 base::setg(gbeg, gnext, gend); in setg() 64 t.setg(&g1, &g2, &g3); in main() 71 t.setg(&g1, &g2, &g3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | assign.pass.cpp | 42 void setg(CharT* gbeg, CharT* gnext, CharT* gend) in setg() function 44 base::setg(gbeg, gnext, gend); in setg() 67 t.setg(&g1, &g2, &g3); in main() 75 t.setg(&g1, &g2, &g3); in main()
|
D | swap.pass.cpp | 52 void setg(CharT* gbeg, CharT* gnext, CharT* gend) in setg() function 54 base::setg(gbeg, gnext, gend); in setg() 77 t.setg(&g1, &g2, &g3); in main() 85 t.setg(&g1, &g2, &g3); in main()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | strstream.cpp | 44 setg(buf, buf, buf); in strstreambuf() 56 setg(buf, buf, buf); in strstreambuf() 141 setg(buf, buf + old_get_offset, buf + (max)(old_get_offset, old_size)); in overflow() 178 setg(eback(), gptr(), pptr()); in underflow() 245 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), egptr()); in seekoff() 247 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), pptr()); in seekoff() 249 setg(seeklow, seeklow + __STATIC_CAST(ptrdiff_t, off), epptr()); in seekoff() 282 setg(get, get, get + N); in _M_setup() 286 setg(get, get, get + N); in _M_setup()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
D | sputc.pass.cpp | 29 void setg(char* gbeg, char* gnext, char* gend) in setg() function 31 base::setg(gbeg, gnext, gend); in setg()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | strstream.cpp | 41 setg(__gnext, __gnext, __gnext + __n); in __init() 44 setg(__gnext, __gnext, __pbeg); in __init() 182 setg(buf, buf + ninp, buf + einp); in overflow() 223 setg(eback(), gptr(), pptr()); in underflow() 272 setg(eback(), newpos, _VSTD::max(newpos, egptr())); in seekoff() 302 setg(eback(), newpos, _VSTD::max(newpos, egptr())); in seekpos()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _fstream.c | 103 this->setg(0, 0, 0); in close() 181 this->setg(this->egptr() - 1, this->egptr() - 1, __pback_end); in pbackfail() 189 this->setg(__pback_end - 1, __pback_end - 1, __pback_end); in pbackfail() 489 this->setg(0, 0, 0); in _M_input_error() 518 this->setg(0, 0, 0); in _M_underflow_aux() 526 this->setg(0, 0, 0); in _M_underflow_aux() 556 this->setg(_M_int_buf, _M_int_buf, __inext); in _M_underflow_aux() 564 this->setg(0, 0, 0); in _M_underflow_aux()
|
D | _sstream.c | 78 this->setg(__data_ptr, (_M_mode & ios_base::ate) ? __data_end : __data_ptr, __data_end); in _M_set_ptrs() 153 this->setg(__data_ptr, __data_ptr + __offset, _S_finish(_M_str)); in overflow() 197 this->setg(__data_ptr, __data_ptr + __get_offset, _S_finish(_M_str)); in xsputn() 242 this->setg(__data_ptr, __data_ptr + __get_offset, _S_finish(_M_str)); in _M_xsputnc() 285 this->setg(__data_ptr, __data_ptr + __offg, _S_finish(_M_str)); in setbuf() 339 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __off), in seekoff() 375 this->setg(this->eback(), this->eback() + __STATIC_CAST(ptrdiff_t, __n), this->egptr()); in seekpos()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/ |
D | rvalue.pass.cpp | 35 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | sync.pass.cpp | 33 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
D | tellg.pass.cpp | 31 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
D | seekg.pass.cpp | 31 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | streambuf.pass.cpp | 33 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
D | unsigned_char.pass.cpp | 32 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
D | signed_char.pass.cpp | 32 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | streambuf.pass.cpp | 33 base::setg(const_cast<CharT*>(str_.data()), in testbuf()
|