HomeSort by relevance Sort by last modified time
    Searched refs:_M_buf (Results 1 - 25 of 32) sorted by null

1 2

  /external/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...]
_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...]
_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.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;
  /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...]
_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...]
_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.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...]
  /prebuilts/ndk/android-ndk-r5/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...]
_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...]
_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();
  /prebuilts/ndk/android-ndk-r6/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...]
_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...]
_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();
  /prebuilts/ndk/android-ndk-r7/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...]
_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...]
_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();
  /external/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...]
  /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...]

Completed in 1050 milliseconds

1 2