Home
last modified time | relevance | path

Searched refs:_M_buf_ptr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h83 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos); in _S_setbuf()
103 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos); in _S_setbuf()
129 __x._M_buf_ptr = 0; in _S_setcache()
138 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
265 if (0 != _M_buf_ptr) in _M_incr()
267 size_t __chars_left = _M_buf_end - _M_buf_ptr; in _M_incr()
269 _M_buf_ptr += __n; in _M_incr()
272 _M_buf_ptr += __n; in _M_incr()
276 _M_buf_ptr = 0; in _M_incr()
285 if (0 != _M_buf_ptr) in _M_decr()
[all …]
H A Drope1042 __GC_CONST _CharT* _M_buf_ptr;
1080 : _M_current_pos(__pos), _M_root(__root), _M_buf_ptr(0) { }
1091 if (0 != __x._M_buf_ptr)
1097 _M_buf_ptr = 0;
1138 if (0 != __x._M_buf_ptr)
1144 this->_M_buf_ptr = 0;
1152 if (0 == this->_M_buf_ptr)
1154 return *this->_M_buf_ptr;
1169 if (0 != this->_M_buf_ptr
1170 && (__next = this->_M_buf_ptr + 1) < this->_M_buf_end)
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dropeimpl.h82 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos); in _S_setbuf()
104 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos); in _S_setbuf()
128 __x._M_buf_ptr = 0; in _S_setcache()
136 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
253 if (0 != _M_buf_ptr) { in _M_incr()
254 size_t __chars_left = _M_buf_end - _M_buf_ptr; in _M_incr()
256 _M_buf_ptr += __n; in _M_incr()
258 _M_buf_ptr += __n; in _M_incr()
261 _M_buf_ptr = 0; in _M_incr()
268 if (0 != _M_buf_ptr) { in _M_decr()
[all …]
H A Dstl_rope.h868 __GC_CONST _CharT* _M_buf_ptr; variable
905 : _M_current_pos(__pos), _M_root(__root), _M_buf_ptr(0) {} in _Rope_iterator_base()
911 if (0 != __x._M_buf_ptr) { in _Rope_iterator_base()
916 _M_buf_ptr = 0; in _Rope_iterator_base()
948 if (0 != __x._M_buf_ptr) {
953 _M_buf_ptr = 0;
958 if (0 == _M_buf_ptr) _S_setcache(*this);
959 return *_M_buf_ptr;
963 if (0 != _M_buf_ptr && (__next = _M_buf_ptr + 1) < _M_buf_end) {
964 _M_buf_ptr = __next;
[all …]