Home
last modified time | relevance | path

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

/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