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

123

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_streambuf.h179 virtual int_type pbackfail(int_type = traits_type::eof());
244 : this->pbackfail(_Traits::to_int_type(__c));
250 : this->pbackfail();
H A D_sstream.h81 virtual int_type pbackfail(int_type __c);
83 int_type pbackfail() {return pbackfail(_Traits::eof());} function in class:basic_stringbuf
H A D_strstream.h75 virtual int_type pbackfail(int_type __c = _Traits::eof());
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
H A Dstdio_sync_filebuf.h61 // Last character gotten. This is used when pbackfail is
107 pbackfail(int_type __c = traits_type::eof()) function in class:stdio_sync_filebuf

Completed in 301 milliseconds

123