/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | pbackfail.pass.cpp | 30 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/ |
D | pbackfail.pass.cpp | 28 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/ |
D | pbackfail.pass.cpp | 33 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/ |
D | pbackfail.pass.cpp | 38 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/ |
D | sungetc.pass.cpp | 35 int_type pbackfail(int_type c = traits_type::eof()) in pbackfail() function
|
D | sputbackc.pass.cpp | 35 int_type pbackfail(int_type c = traits_type::eof()) in pbackfail() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.h | 179 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.h | 81 virtual int_type pbackfail(int_type __c); 83 int_type pbackfail() {return pbackfail(_Traits::eof());} in pbackfail() function
|
D | _strstream.h | 75 virtual int_type pbackfail(int_type __c = _Traits::eof());
|
D | _streambuf.c | 150 basic_streambuf<_CharT, _Traits>::pbackfail(int_type) { in pbackfail() function
|
D | _sstream.c | 117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { in pbackfail() function
|
D | _fstream.c | 157 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c) { in pbackfail() function
|
D | _fstream.h | 203 virtual int_type pbackfail(int_type = traits_type::eof());
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 82 virtual int_type pbackfail(int_type c = traits_type::eof());
|
D | stdio_streambuf.cpp | 180 stdio_istreambuf::int_type stdio_istreambuf::pbackfail(int_type c) { in pbackfail() function in stdio_istreambuf
|
D | strstream.cpp | 156 strstreambuf::int_type strstreambuf::pbackfail(int_type c) { in pbackfail() function in strstreambuf
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | streambuf | 100 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_stream | 49 virtual int_type pbackfail(int_type __c = traits_type::eof()); 178 __stdinbuf<_CharT>::pbackfail(int_type __c)
|
D | strstream | 44 virtual int_type pbackfail(int_type c = EOF); 171 virtual int_type pbackfail(int_type __c = EOF);
|
D | sstream | 46 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)
|
D | fstream | 48 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)
|
D | locale | 4054 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/ |
D | strstream.cpp | 193 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1368 $(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/ |
D | Android.mk | 1377 $(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)
|