Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
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
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.c150 basic_streambuf<_CharT, _Traits>::pbackfail(int_type) { in pbackfail() function
D_sstream.h83 int_type pbackfail() {return pbackfail(_Traits::eof());} 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