Home
last modified time | relevance | path

Searched refs:pbump (Results 1 – 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
D_sstream.c87 this->pbump((int)_M_str.size()); // initial write position, if we initialized with string in _M_set_ptrs()
148 this->pbump(1); in overflow()
155 this->pbump((int)_M_str.size()); in overflow()
159 this->pbump((int)_M_str.size()); in overflow()
181 this->pbump((int)__n); in xsputn()
204 this->pbump((int)_M_str.size()); in xsputn()
224 this->pbump(__STATIC_CAST(int, __n)); in _M_xsputnc()
249 this->pbump((int)_M_str.size()); in _M_xsputnc()
290 this->pbump((int)__offp); in setbuf()
349 this->pbump((int)__off); in seekoff()
[all …]
D_streambuf.h115 void pbump(int __n) { _M_pnext += __n; } in pbump() function
/external/stlport/src/
Dstrstream.cpp138 pbump((int)old_size); in overflow()
149 pbump(1); in overflow()
236 pbump((int)off); in seekoff()
240 pbump((int)(off - (pbase() - seeklow))); in seekoff()
/external/astl/src/
Dstreambuf.cpp53 this->pbump(len); in xsputn()
/external/zlib/contrib/iostream3/
Dzfstream.cc226 this->pbump(1); in overflow()
240 this->pbump(-bytes_to_write); in overflow()
/external/astl/include/
Dstreambuf96 * - pbump(int) Advance the write postion in the output sequence.
101 void pbump(int num) {
/external/zlib/contrib/iostream/
Dzfstream.cpp198 pbump(1); in overflow()