Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsbumpc.pass.cpp35 int_type uflow() in uflow() function
Dsnextc.pass.cpp35 int_type uflow() in uflow() function
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h81 int_type uflow();
Dstdio_streambuf.cpp171 stdio_istreambuf::int_type stdio_istreambuf::uflow() { in uflow() function in stdio_istreambuf
/ndk/sources/cxx-stl/stlport/stlport/stl/
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_streambuf.h174 virtual int_type uflow();
229 : this->uflow(); in sbumpc()
D_sstream.h80 virtual int_type uflow();
D_sstream.c105 basic_stringbuf<_CharT, _Traits, _Alloc>::uflow() { in uflow() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dstreambuf97 virtual int_type uflow();
198 virtual int_type uflow();
302 return uflow();
502 else if ((__c = uflow()) != __eof)
519 basic_streambuf<_CharT, _Traits>::uflow()
D__std_stream48 virtual int_type uflow();
94 __stdinbuf<_CharT>::uflow()
Dfstream47 virtual int_type uflow();