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

1 2

  /external/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}
_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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}
_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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}
_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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}
_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/9/sources/cxx-stl/EH/stlport/stlport/stl/
_strstream.h 114 strstreambuf _M_buf;
133 strstreambuf _M_buf;
156 strstreambuf _M_buf;
_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) {}

Completed in 2115 milliseconds

1 2