Home
last modified time | relevance | path

Searched refs:sbumpc (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istreambuf_iterator.h68 _M_buf->sbumpc();
149 _M_buf->sbumpc();
D_string_io.c103 typename _Traits::int_type __c1 = __buf->sbumpc();
145 int __c1 = __buf->sbumpc(); in getline()
D_streambuf.h227 int_type sbumpc() { in sbumpc() function
266 void stossc() { this->sbumpc(); } in stossc()
D_istream.c346 __tmp = this->rdbuf()->sbumpc(); in get()
371 __tmp = this->rdbuf()->sbumpc(); in get()
402 __c = this->rdbuf()->sbumpc(); in ignore()
539 __tmp = this->rdbuf()->sbumpc(); in _M_formatted_get()
597 int_type __c = __buf->sbumpc(); // sschwarz in __read_unbuffered()
898 int_type __c = __buf->sbumpc(); in _M_ignore_unbuffered()
994 int_type __c = __buf->sbumpc(); in _M_ignore_unbuffered()
1225 __c = __src->sbumpc(); in __copy_unbuffered()
D_streambuf.c68 int_type __c = this->sbumpc(); in xsgetn()
D_bitset.c190 typename _Traits::int_type __c1 = __buf->sbumpc();
D_bitset.h773 typename _Traits::int_type __c1 = __buf->sbumpc();
824 typename _Traits::int_type __c1 = __buf->sbumpc();
D_ostream.c155 __c = __from->sbumpc(); in _M_copy_unbuffered()