/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _streambuf.h | 54 typedef typename _Traits::int_type int_type; typedef 170 virtual int_type underflow(); 174 virtual int_type uflow(); 179 virtual int_type pbackfail(int_type = traits_type::eof()); 194 virtual int_type overflow(int_type = traits_type::eof()); 198 int_type sputc(char_type __c) { in sputc() 212 int_type _M_snextc_aux(); 220 int_type snextc() { in snextc() 227 int_type sbumpc() { in sbumpc() 233 int_type sgetc() { in sgetc() [all …]
|
D | _sstream.h | 58 typedef typename _Traits::int_type int_type; typedef 79 virtual int_type underflow(); 80 virtual int_type uflow(); 81 virtual int_type pbackfail(int_type __c); 82 virtual int_type overflow(int_type __c); 83 int_type pbackfail() {return pbackfail(_Traits::eof());} in pbackfail() 84 int_type overflow() {return overflow(_Traits::eof());} in overflow() 120 typedef typename _Traits::int_type int_type; typedef 163 typedef typename _Traits::int_type int_type; typedef 207 typedef typename _Traits::int_type int_type; typedef
|
D | _fstream.h | 152 typedef typename _Traits::int_type int_type; typedef 201 virtual int_type underflow(); 203 virtual int_type pbackfail(int_type = traits_type::eof()); 204 virtual int_type overflow(int_type = traits_type::eof()); 227 int_type _M_input_error(); 228 int_type _M_underflow_aux(); 231 int_type _M_output_error(); 325 int_type 378 typedef typename _Traits::int_type int_type; typedef 381 static inline int_type _STLP_CALL [all …]
|
D | _streambuf.c | 56 const int_type __eof = _Traits::eof(); in xsgetn() 68 int_type __c = this->sbumpc(); in xsgetn() 87 const int_type __eof = _Traits::eof(); in xsputn() 115 const int_type __eof = _Traits::eof(); in _M_xsputnc() 136 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type 139 int_type __eof = _Traits::eof(); in _M_snextc_aux() 149 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type 150 basic_streambuf<_CharT, _Traits>::pbackfail(int_type) { in pbackfail() argument 155 _STLP_TYPENAME_ON_RETURN_TYPE basic_streambuf<_CharT, _Traits>::int_type 156 basic_streambuf<_CharT, _Traits>::overflow(int_type) { in overflow() argument [all …]
|
D | char_traits.h | 135 typedef _IntT int_type; typedef 181 static int_type _STLP_CALL not_eof(const int_type& __c) in not_eof() 182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); } in not_eof() 184 static char_type _STLP_CALL to_char_type(const int_type& __c) in to_char_type() 187 static int_type _STLP_CALL to_int_type(const char_type& __c) in to_int_type() 188 { return (int_type)__c; } in to_int_type() 190 static bool _STLP_CALL eq_int_type(const int_type& __c1, const int_type& __c2) in eq_int_type() 193 static int_type _STLP_CALL eof() in eof() 194 { return (int_type)-1; } in eof() 214 typedef int int_type; typedef
|
D | _strstream.h | 74 virtual int_type overflow(int_type __c = _Traits::eof()); 75 virtual int_type pbackfail(int_type __c = _Traits::eof()); 76 virtual int_type underflow(); 142 typedef char_traits<char>::int_type int_type; typedef
|
D | _istream.c | 39 # define __BIS_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_istream<_CharT, _Traits>::int_type 147 typedef typename _Traits::int_type int_type; typedef 152 int_type _M_val; 154 _Scan_for_int_val(int_type __val) : _M_val(__val) {} in _Scan_for_int_val() 171 const typename _Traits::int_type __eof = _Traits::eof(); in __pushback() 317 typename _Traits::int_type __tmp = _Traits::eof(); in peek() 340 typename _Traits::int_type __tmp = _Traits::eof(); in get() 369 typename _Traits::int_type __tmp = _Traits::eof(); in get() 400 int_type __c; in ignore() 427 typename _Traits::int_type __tmp = _Traits::eof(); in putback() [all …]
|
D | _ios.h | 52 typedef typename _Traits::int_type int_type; typedef 110 static bool _STLP_CALL _S_eof(int_type __c) { in _S_eof() 111 const int_type __eof = _Traits::eof(); in _S_eof()
|
D | _istreambuf_iterator.h | 51 typedef typename _Traits::int_type int_type; typedef 92 int_type __c = _M_buf->sgetc(); in _M_getc()
|
D | _istream.h | 75 typedef typename _Traits::int_type int_type; typedef 126 int_type peek(); 129 int_type get(); 151 _Self& ignore(streamsize __n, int_type __delim);
|
D | _ostreambuf_iterator.h | 46 typedef typename _Traits::int_type int_type; typedef
|
D | _ctraits_fns.h | 64 typename _Traits::int_type __val; 66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} in _Eq_int_bound()
|
D | _ostream.c | 120 typedef typename _StreamBuf::int_type int_type; typedef 129 void guard(int_type c) { in guard() 139 int_type __c; 149 int_type __c; in _M_copy_unbuffered()
|
D | _fstream.c | 37 # define __BF_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type 74 _STLP_TYPENAME_ON_RETURN_TYPE basic_filebuf<_CharT, _Traits>::int_type 157 basic_filebuf<_CharT, _Traits>::pbackfail(int_type __c) { in pbackfail() 158 const int_type __eof = traits_type::eof(); in pbackfail() 208 basic_filebuf<_CharT, _Traits>::overflow(int_type __c) { in overflow()
|
D | _bitset.c | 188 static typename _Traits::int_type __eof = _Traits::eof(); 190 typename _Traits::int_type __c1 = __buf->sbumpc();
|
D | _sstream.c | 31 …e __BSB_int_type__ _STLP_TYPENAME_ON_RETURN_TYPE basic_stringbuf<_CharT, _Traits, _Alloc>::int_type 107 int_type __c = _Traits::to_int_type(*this->gptr()); in uflow() 117 basic_stringbuf<_CharT, _Traits, _Alloc>::pbackfail(int_type __c) { in pbackfail() 142 __BSB_int_type__ basic_stringbuf<_CharT, _Traits, _Alloc>::overflow(int_type __c) in overflow()
|
D | _bitset.h | 643 typename _Traits::int_type __k = _Traits::to_int_type(__s[__pos + __Nbits - __i - 1]); 771 static typename _Traits::int_type __eof = _Traits::eof(); 773 typename _Traits::int_type __c1 = __buf->sbumpc(); 822 static typename _Traits::int_type __eof = _Traits::eof(); 824 typename _Traits::int_type __c1 = __buf->sbumpc();
|
D | _ostream.h | 64 typedef typename _Traits::int_type int_type; typedef
|
D | _string_io.c | 103 typename _Traits::int_type __c1 = __buf->sbumpc();
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.h | 80 int_type underflow(); 81 int_type uflow(); 82 virtual int_type pbackfail(int_type c = traits_type::eof()); 92 int_type overflow(int_type c = traits_type::eof());
|
D | stdio_streambuf.cpp | 156 stdio_istreambuf::int_type stdio_istreambuf::underflow() in underflow() 171 stdio_istreambuf::int_type stdio_istreambuf::uflow() { in uflow() 180 stdio_istreambuf::int_type stdio_istreambuf::pbackfail(int_type c) { in pbackfail() 203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { in overflow()
|
D | fstream.cpp | 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL 40 typedef traits_type::int_type int_type; in _M_doit() typedef 49 int_type __c = traits_type::to_int_type(*__this->gptr()); in _M_doit()
|
D | strstream.cpp | 116 strstreambuf::int_type strstreambuf::overflow(int_type c) { in overflow() 156 strstreambuf::int_type strstreambuf::pbackfail(int_type c) { in pbackfail() 176 strstreambuf::int_type strstreambuf::underflow() { in underflow()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | full_streambuf.h | 15 typedef _Base::int_type int_type; typedef 26 int_type overflow(int_type c) { in overflow()
|
/ndk/tests/device/test-stlport/unit/ |
D | full_streambuf.h | 15 typedef _Base::int_type int_type; typedef 26 int_type overflow(int_type c) { in overflow()
|