Home
last modified time | relevance | path

Searched defs:pbackfail (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
H A Dsungetc.pass.cpp35 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
H A Dsputbackc.pass.cpp35 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 Dpbackfail.pass.cpp28 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 Dsputbackc.pass.cpp36 int_type pbackfail(int_type = traits_type::eof()) in pbackfail() function
H A Dsungetc.pass.cpp36 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 Dpbackfail.pass.cpp30 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 Dpbackfail.pass.cpp31 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 Dpbackfail.pass.cpp31 pbackfail(typename base::int_type c = base::traits_type::eof()) in pbackfail() function
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd_stream.cpp93 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 Dpbackfail.pass.cpp33 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 Dpbackfail.pass.cpp34 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 Dpbackfail.pass.cpp38 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 Dpbackfail.pass.cpp41 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 Dreversed_memory_stream.cpp70 std::streambuf::int_type ReversedIMemoryStreamBuf::pbackfail(std::streambuf::int_type ch) { in pbackfail() function in inmemoryfs::ReversedIMemoryStreamBuf
H A Dmemory_stream.cpp100 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/
Dalt_sstream_impl.hpp208 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/
Dsstream.tcc46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
Dfstream.tcc363 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/
Dsstream.tcc46 pbackfail(int_type __c) in pbackfail() function in std::basic_stringbuf
Dfstream.tcc363 pbackfail(int_type __i) in pbackfail() function in std::basic_filebuf
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dstrstream.cpp145 strstreambuf::int_type strstreambuf::pbackfail(int_type __c) { in pbackfail() function in strstreambuf
H A Dstd_stream.h202 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::pbackfail(int_type __c) { in pbackfail() function
/aosp_15_r20/external/libcxx/src/
H A Dstrstream.cpp198 strstreambuf::pbackfail(int_type __c) in pbackfail() function in strstreambuf