/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 38 virtual int_type overflow(int_type c) in overflow() function 39 {return std::strstreambuf::overflow(c);} in overflow() 47 s.overflow('a'); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | overflow.pass.cpp | 35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function 47 assert(f.overflow('a') == 'a'); in main() 67 assert(f.overflow('a') == 'a'); in main() 86 assert(f.overflow(L'a') == L'a'); in main() 106 assert(f.overflow(L'a') == L'a'); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | overflow.pass.cpp | 38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function 49 assert(f.overflow(L'a') == L'a'); in main() 67 assert(f.overflow('a') == 'a'); in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow() function
|
/ndk/tests/device/test-stlport/unit/ |
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow() function
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
D | sputc.pass.cpp | 39 int_type overflow(int_type c = traits_type::eof()) in overflow() function
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | overflow.pass.cpp | 32 overflow(typename base::int_type c = base::type_traits::eof()) in overflow() function 33 {++overflow_called; return base::overflow(c);} in overflow()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.c | 99 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(*__s)), in xsputn() 126 else if (!_Traits::eq_int_type(this->overflow(_Traits::to_int_type(__c)), in _M_xsputnc() 156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { in overflow() function
|
D | _sstream.h | 82 virtual int_type overflow(int_type __c); 84 int_type overflow() {return overflow(_Traits::eof());} in overflow() function
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
D | CharT_pointer.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | ostream.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | ios_base.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | basic_ios.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 92 int_type overflow(int_type c = traits_type::eof());
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | ends.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | endl.pass.cpp | 40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
D | put.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
D | pointer.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | long_long.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | float.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | double.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | long_double.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | long.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|