Home
last modified time | relevance | path

Searched refs:uflow (Results 1 – 6 of 6) sorted by relevance

/external/stlport/src/
Dstdio_streambuf.h81 int_type uflow();
Dstdio_streambuf.cpp171 stdio_istreambuf::int_type stdio_istreambuf::uflow() { in uflow() function in stdio_istreambuf
/external/stlport/stlport/stl/
D_streambuf.h174 virtual int_type uflow();
229 : this->uflow(); in sbumpc()
D_streambuf.c141 return _Traits::eq_int_type(this->uflow(), __eof) ? __eof : this->sgetc(); in _M_snextc_aux()
162 basic_streambuf<_CharT, _Traits>::uflow() { in uflow() function
D_sstream.h80 virtual int_type uflow();
D_sstream.c105 basic_stringbuf<_CharT, _Traits, _Alloc>::uflow() { in uflow() function