Home
last modified time | relevance | path

Searched refs:int_type (Results 1 – 25 of 25) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_streambuf.h54 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.h58 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.h152 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.c56 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 …]
Dchar_traits.h135 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.h74 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.c39 # 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.h52 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.h51 typedef typename _Traits::int_type int_type; typedef
92 int_type __c = _M_buf->sgetc(); in _M_getc()
D_istream.h75 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.h46 typedef typename _Traits::int_type int_type; typedef
D_ctraits_fns.h64 typename _Traits::int_type __val;
66 _Eq_int_bound(typename _Traits::int_type __c) : __val(__c) {} in _Eq_int_bound()
D_ostream.c120 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.c37 # 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.c188 static typename _Traits::int_type __eof = _Traits::eof();
190 typename _Traits::int_type __c1 = __buf->sbumpc();
D_sstream.c31 …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.h643 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.h64 typedef typename _Traits::int_type int_type; typedef
D_string_io.c103 typename _Traits::int_type __c1 = __buf->sbumpc();
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.h80 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());
Dstdio_streambuf.cpp156 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()
Dfstream.cpp36 _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()
Dstrstream.cpp116 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/
Dfull_streambuf.h15 typedef _Base::int_type int_type; typedef
26 int_type overflow(int_type c) { in overflow()
/ndk/tests/device/test-stlport/unit/
Dfull_streambuf.h15 typedef _Base::int_type int_type; typedef
26 int_type overflow(int_type c) { in overflow()