Searched refs:pbump (Results 1 – 7 of 7) sorted by relevance
87 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 …]
115 void pbump(int __n) { _M_pnext += __n; } in pbump() function
138 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()
53 this->pbump(len); in xsputn()
226 this->pbump(1); in overflow()240 this->pbump(-bytes_to_write); in overflow()
96 * - pbump(int) Advance the write postion in the output sequence.101 void pbump(int num) {
198 pbump(1); in overflow()