Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/
Dsnextc.pass.cpp35 int_type uflow() in uflow() function
Dsbumpc.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++/libcxx/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();
98 __stdinbuf<_CharT>::uflow()
Dfstream47 virtual int_type uflow();
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1767 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/uflow)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1776 $(call gen-test, input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/uflow)