HomeSort by relevance Sort by last modified time
    Searched defs:_M_pnext (Results 1 - 7 of 7) sorted by null

  /external/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_streambuf.h 66 char_type* _M_pnext; // Current position within the put area
79 _M_pbegin(0), _M_pnext(0), _M_pend(0),
112 char_type* pptr() const { return _M_pnext; } // Current position
115 void pbump(int __n) { _M_pnext += __n; }
118 _M_pnext = __pbegin;
199 return ((_M_pnext < _M_pend) ? _Traits::to_int_type(*_M_pnext++ = __c)

Completed in 224 milliseconds