/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/ |
H A D | sungetc.pass.cpp | 35 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
|
H A D | sputbackc.pass.cpp | 35 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
|
/aosp_15_r20/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
H A D | pbackfail.pass.cpp | 28 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);} in pbackfail() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/ |
H A D | sputbackc.pass.cpp | 36 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
|
H A D | sungetc.pass.cpp | 36 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
|
/aosp_15_r20/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
H A D | pbackfail.pass.cpp | 30 pbackfail(typename base::int_type c = base::traits_type::eof()) in pbackfail() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/ |
H A D | pbackfail.pass.cpp | 31 virtual int_type pbackfail(int_type c = EOF) {return base::pbackfail(c);} in pbackfail() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
H A D | pbackfail.pass.cpp | 31 pbackfail(typename base::int_type c = base::traits_type::eof()) in pbackfail() function
|
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/ |
D | shared_fd_stream.cpp | 93 int SharedFDStreambuf::pbackfail(int c) { in pbackfail() function in cuttlefish::SharedFDStreambuf
|
/aosp_15_r20/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
H A D | pbackfail.pass.cpp | 33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
H A D | pbackfail.pass.cpp | 34 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
|
/aosp_15_r20/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
H A D | pbackfail.pass.cpp | 38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
H A D | pbackfail.pass.cpp | 41 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);} in pbackfail() function
|
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | reversed_memory_stream.cpp | 70 std::streambuf::int_type ReversedIMemoryStreamBuf::pbackfail(std::streambuf::int_type ch) { in pbackfail() function in inmemoryfs::ReversedIMemoryStreamBuf
|
H A D | memory_stream.cpp | 100 std::streambuf::int_type MemoryStreamBuf::pbackfail(std::streambuf::int_type ch) { in pbackfail() function in inmemoryfs::MemoryStreamBuf
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/ |
D | alt_sstream_impl.hpp | 208 pbackfail (int_type meta) { in pbackfail() function in boost::io::basic_altstringbuf
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | sstream.tcc | 46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
|
D | fstream.tcc | 363 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | sstream.tcc | 46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
|
D | fstream.tcc | 363 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | strstream.cpp | 145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() function in strstreambuf
|
H A D | std_stream.h | 202 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::pbackfail(int_type __c) { in pbackfail() function
|
/aosp_15_r20/external/libcxx/src/ |
H A D | strstream.cpp | 198 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf
|