/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {} 58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {} 62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c), 74 streambuf_type* _M_buf; 80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
|
_fstream.h | 458 basic_ios<_CharT, _Traits>(), basic_istream<_CharT, _Traits>(0), _M_buf() { 459 this->init(&_M_buf); 464 _M_buf() { 465 this->init(&_M_buf); 466 if (!_M_buf.open(__s, __mod | ios_base::in)) 472 basic_ios<_CharT, _Traits>(), basic_istream<_CharT, _Traits>(0), _M_buf() { 473 this->init(&_M_buf); 474 if (!_M_buf.open(__id, __mod | ios_base::in)) 479 basic_ios<_CharT, _Traits>(), basic_istream<_CharT, _Traits>(0), _M_buf() { 480 this->init(&_M_buf); [all...] |
_istreambuf_iterator.h | 68 _M_buf->sbumpc(); 75 if (this->_M_buf) 77 if (__i._M_buf) 84 _M_buf = __p; 92 int_type __c = _M_buf->sgetc(); 99 streambuf_type* _M_buf; 149 _M_buf->sbumpc();
|
_sstream.h | 139 { return __CONST_CAST(_Buf*,&_M_buf); } 141 _String str() const { return _M_buf.str(); } 142 void str(const _String& __s) { _M_buf.str(__s); } 145 basic_stringbuf<_CharT, _Traits, _Alloc> _M_buf; 182 { return __CONST_CAST(_Buf*,&_M_buf); } 184 _String str() const { return _M_buf.str(); } 185 void str(const _String& __s) { _M_buf.str(__s); } // dwa 02/07/00 - BUG STOMPER DAVE 189 basic_stringbuf<_CharT, _Traits, _Alloc> _M_buf; 228 { return __CONST_CAST(_Buf*,&_M_buf); } 230 _String str() const { return _M_buf.str(); [all...] |
_sstream.c | 396 _M_buf(__mode | ios_base::in) { 397 this->init(&_M_buf); 404 _M_buf(__str, __mode | ios_base::in) { 405 this->init(&_M_buf); 419 _M_buf(__mode | ios_base::out) { 420 this->init(&_M_buf); 427 _M_buf(__str, __mode | ios_base::out) { 428 this->init(&_M_buf); 441 : basic_iostream<_CharT, _Traits>(0), _M_buf(__mode) { 442 this->init(&_M_buf); [all...] |
_strstream.h | 114 strstreambuf _M_buf; 133 strstreambuf _M_buf; 156 strstreambuf _M_buf;
|
_istream.h | 193 // basic_streambuf<_CharT, _Traits>* _M_buf; 201 /* , _M_buf(__istr.rdbuf()) */ 206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_ostreambuf_iterator.h | 57 ostreambuf_iterator(streambuf_type* __buf) _STLP_NOTHROW : _M_buf(__buf), _M_ok(__buf!=0) {} 58 // ostreambuf_iterator(ostream_type& __o) _STLP_NOTHROW : _M_buf(__get_ostreambuf(__o)), _M_ok(_M_buf != 0) {} 62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c), 74 streambuf_type* _M_buf; 80 : _M_buf(_STLP_PRIV __get_ostreambuf(__o)), _M_ok(_M_buf != 0) {}
|
_fstream.h | 458 basic_ios<_CharT, _Traits>(), basic_istream<_CharT, _Traits>(0), _M_buf() { 459 this->init(&_M_buf); 464 _M_buf() { 465 this->init(&_M_buf); 466 if (!_M_buf.open(__s, __mod | ios_base::in)) 472 basic_ios<_CharT, _Traits>(), basic_istream<_CharT, _Traits>(0), _M_buf() { 473 this->init(&_M_buf); 474 if (!_M_buf.open(__id, __mod | ios_base::in)) 479 basic_ios<_CharT, _Traits>(), basic_istream<_CharT, _Traits>(0), _M_buf() { 480 this->init(&_M_buf); [all...] |
_istreambuf_iterator.h | 68 _M_buf->sbumpc(); 75 if (this->_M_buf) 77 if (__i._M_buf) 84 _M_buf = __p; 92 int_type __c = _M_buf->sgetc(); 99 streambuf_type* _M_buf; 149 _M_buf->sbumpc();
|
_sstream.h | 139 { return __CONST_CAST(_Buf*,&_M_buf); } 141 _String str() const { return _M_buf.str(); } 142 void str(const _String& __s) { _M_buf.str(__s); } 145 basic_stringbuf<_CharT, _Traits, _Alloc> _M_buf; 182 { return __CONST_CAST(_Buf*,&_M_buf); } 184 _String str() const { return _M_buf.str(); } 185 void str(const _String& __s) { _M_buf.str(__s); } // dwa 02/07/00 - BUG STOMPER DAVE 189 basic_stringbuf<_CharT, _Traits, _Alloc> _M_buf; 228 { return __CONST_CAST(_Buf*,&_M_buf); } 230 _String str() const { return _M_buf.str(); [all...] |
_sstream.c | 396 _M_buf(__mode | ios_base::in) { 397 this->init(&_M_buf); 404 _M_buf(__str, __mode | ios_base::in) { 405 this->init(&_M_buf); 419 _M_buf(__mode | ios_base::out) { 420 this->init(&_M_buf); 427 _M_buf(__str, __mode | ios_base::out) { 428 this->init(&_M_buf); 441 : basic_iostream<_CharT, _Traits>(0), _M_buf(__mode) { 442 this->init(&_M_buf); [all...] |
_strstream.h | 114 strstreambuf _M_buf; 133 strstreambuf _M_buf; 156 strstreambuf _M_buf;
|
_istream.h | 193 // basic_streambuf<_CharT, _Traits>* _M_buf; 201 /* , _M_buf(__istr.rdbuf()) */ 206 sentry(basic_istream<_CharT, _Traits>& __istr, _No_Skip_WS) : /* _M_buf(__istr.rdbuf()), */
|
/ndk/sources/cxx-stl/stlport/src/ |
strstream.cpp | 295 : basic_istream<char, char_traits<char> >(0), _M_buf(s, 0) { 296 this->init(&_M_buf); 300 : basic_istream<char, char_traits<char> >(0), _M_buf(s, 0) { 301 this->init(&_M_buf); 305 : basic_istream<char, char_traits<char> >(0), _M_buf(s, n) { 306 this->init(&_M_buf); 310 : basic_istream<char, char_traits<char> >(0), _M_buf(s, n) { 311 this->init(&_M_buf); 317 return __CONST_CAST(strstreambuf*,&_M_buf); 320 char* istrstream::str() { return _M_buf.str(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/ |
strstream | 139 strstreambuf _M_buf; 156 strstreambuf _M_buf; 178 strstreambuf _M_buf;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/ |
strstream | 139 strstreambuf _M_buf; 156 strstreambuf _M_buf; 178 strstreambuf _M_buf;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/ |
strstream | 139 strstreambuf _M_buf; 156 strstreambuf _M_buf; 178 strstreambuf _M_buf;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/ |
strstream | 139 strstreambuf _M_buf; 156 strstreambuf _M_buf; 178 strstreambuf _M_buf;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 114 char_type* _M_buf; 123 // Set iff _M_buf is allocated memory from _M_allocate_internal_buffer. 200 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); 401 this->setg(_M_buf, _M_buf, _M_buf + __off); 403 this->setg(_M_buf, _M_buf, _M_buf); 406 this->setp(_M_buf, _M_buf + _M_buf_size - 1) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 114 char_type* _M_buf; 123 // Set iff _M_buf is allocated memory from _M_allocate_internal_buffer. 200 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); 401 this->setg(_M_buf, _M_buf, _M_buf + __off); 403 this->setg(_M_buf, _M_buf, _M_buf); 406 this->setp(_M_buf, _M_buf + _M_buf_size - 1) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
fstream | 114 char_type* _M_buf; 123 // Set iff _M_buf is allocated memory from _M_allocate_internal_buffer. 200 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); 401 this->setg(_M_buf, _M_buf, _M_buf + __off); 403 this->setg(_M_buf, _M_buf, _M_buf); 406 this->setp(_M_buf, _M_buf + _M_buf_size - 1) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 114 char_type* _M_buf; 123 // Set iff _M_buf is allocated memory from _M_allocate_internal_buffer. 200 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); 404 this->setg(_M_buf, _M_buf, _M_buf + __off); 406 this->setg(_M_buf, _M_buf, _M_buf); 409 this->setp(_M_buf, _M_buf + _M_buf_size - 1) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
fstream.tcc | 52 if (!_M_buf_allocated && !_M_buf) 54 _M_buf = new char_type[_M_buf_size]; 66 delete [] _M_buf; 67 _M_buf = 0; 81 _M_state_last(), _M_buf(0), _M_buf_size(BUFSIZ), 700 _M_buf = __s;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
fstream.tcc | 52 if (!_M_buf_allocated && !_M_buf) 54 _M_buf = new char_type[_M_buf_size]; 66 delete [] _M_buf; 67 _M_buf = 0; 81 _M_state_last(), _M_buf(0), _M_buf_size(BUFSIZ), 700 _M_buf = __s;
|