Home
last modified time | relevance | path

Searched refs:pbackfail (Results 1 – 25 of 25) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
Dpbackfail.pass.cpp30 pbackfail(typename base::int_type c = base::type_traits::eof()) in pbackfail() function
31 {return base::pbackfail(c);} in pbackfail()
45 assert(sb.pbackfail('3') == '3'); in main()
46 assert(sb.pbackfail('3') == std::char_traits<char>::eof()); in main()
47 assert(sb.pbackfail('2') == '2'); in main()
48 assert(sb.pbackfail(std::char_traits<char>::eof()) != std::char_traits<char>::eof()); in main()
49 assert(sb.pbackfail(std::char_traits<char>::eof()) == std::char_traits<char>::eof()); in main()
59 assert(sb.pbackfail('3') == '3'); in main()
60 assert(sb.pbackfail('3') == '3'); in main()
61 assert(sb.pbackfail(std::char_traits<char>::eof()) != std::char_traits<char>::eof()); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
Dpbackfail.pass.cpp28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);} in pbackfail() function
41 assert(sb.pbackfail('3') == '3'); in main()
42 assert(sb.pbackfail('3') == EOF); in main()
43 assert(sb.pbackfail('2') == '2'); in main()
44 assert(sb.pbackfail(EOF) != EOF); in main()
45 assert(sb.pbackfail(EOF) == EOF); in main()
56 assert(sb.pbackfail('3') == '3'); in main()
57 assert(sb.pbackfail('3') == '3'); in main()
58 assert(sb.pbackfail(EOF) != EOF); in main()
59 assert(sb.pbackfail(EOF) == EOF); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
44 assert(f.pbackfail('a') == -1); in main()
52 assert(f.pbackfail('a') == 'a'); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
Dpbackfail.pass.cpp38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
48 assert(f.pbackfail(L'a') == test_buf::traits_type::eof()); in main()
55 assert(f.pbackfail(L'a') == test_buf::traits_type::eof()); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
Dsungetc.pass.cpp35 int_type pbackfail(int_type c = traits_type::eof()) in pbackfail() function
Dsputbackc.pass.cpp35 int_type pbackfail(int_type c = traits_type::eof()) in pbackfail() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c)); in sputbackc()
250 : this->pbackfail(); in sungetc()
D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} in pbackfail() function
D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
D_streambuf.c150 basic_streambuf<_CharT, _Traits>::pbackfail(int_type) { in pbackfail() function
D_sstream.c117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { in pbackfail() function
D_fstream.c157 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c) { in pbackfail() function
D_fstream.h203 virtual int_type pbackfail(int_type = traits_type::eof());
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h82 virtual int_type pbackfail(int_type c = traits_type::eof());
Dstdio_streambuf.cpp180 stdio_istreambuf::int_type stdio_istreambuf::pbackfail(int_type c) { in pbackfail() function in stdio_istreambuf
Dstrstream.cpp156 strstreambuf::int_type strstreambuf::pbackfail(int_type c) { in pbackfail() function in strstreambuf
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dstreambuf100 virtual int_type pbackfail(int_type c = traits_type::eof());
201 virtual int_type pbackfail(int_type __c = traits_type::eof());
330 return pbackfail(traits_type::to_int_type(__c));
340 return pbackfail();
528 basic_streambuf<_CharT, _Traits>::pbackfail(int_type)
D__std_stream49 virtual int_type pbackfail(int_type __c = traits_type::eof());
178 __stdinbuf<_CharT>::pbackfail(int_type __c)
Dstrstream44 virtual int_type pbackfail(int_type c = EOF);
171 virtual int_type pbackfail(int_type __c = EOF);
Dsstream46 virtual int_type pbackfail(int_type c = traits_type::eof());
230 virtual int_type pbackfail(int_type __c = traits_type::eof());
489 basic_stringbuf<_CharT, _Traits, _Allocator>::pbackfail(int_type __c)
Dfstream48 virtual int_type pbackfail(int_type c = traits_type::eof());
216 virtual int_type pbackfail(int_type __c = traits_type::eof());
643 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c)
Dlocale4054 virtual int_type pbackfail(int_type __c = traits_type::eof());
4167 wbuffer_convert<_Codecvt, _Elem, _Tr>::pbackfail(int_type __c)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp193 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1368 $(call gen-test, depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/pbackfail)
1470 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/pbackfail)
1771 … gen-test, input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/pbackfail)
1800 $(call gen-test, input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail)
2329 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1377 $(call gen-test, depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/pbackfail)
1479 $(call gen-test, input.output/file.streams/fstreams/filebuf.virtuals/pbackfail)
1780 … gen-test, input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/pbackfail)
1809 $(call gen-test, input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail)
2338 $(call gen-test, localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail)