Home
last modified time | relevance | path

Searched refs:sgetc (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.c324 __tmp = this->rdbuf()->sgetc(); in peek()
676 if (__that->_S_eof(__buf->sgetc())) in __read_buffered()
688 if (__that->_S_eof(__buf->sgetc())) { in __read_buffered()
947 __at_eof = __that->_S_eof(__buf->sgetc()); in _M_ignore_buffered()
1071 else if (__that->_S_eof(__buf->sgetc())) { in _M_ignore_buffered()
1313 __c = __src->sgetc(); in __copy_buffered()
D_istreambuf_iterator.h92 int_type __c = _M_buf->sgetc(); in _M_getc()
D_streambuf.c141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc(); in _M_snextc_aux()
D_streambuf.h233 int_type sgetc() { in sgetc() function
D_ostream.c92 if (this->_S_eof(__from->sgetc())) in _M_copy_buffered()