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

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

Completed in 16 milliseconds