Searched refs:_M_buf_ptr (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h43 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
65 __x._M_buf_ptr = __x._M_tmp_buf + (__pos - __buf_start_pos);
90 __x._M_buf_ptr = 0;
98 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
218 if (0 != _M_buf_ptr) {
219 size_t __chars_left = _M_buf_end - _M_buf_ptr;
221 _M_buf_ptr += __n;
223 _M_buf_ptr += __n;
226 _M_buf_ptr = 0;
233 if (0 != _M_buf_ptr) {
751 _CharT* _M_buf_ptr; member in class:_Rope_flatten_char_consumer
[all...]
H A Dstl_rope.h874 __GC_CONST _CharT* _M_buf_ptr; member in class:_Rope_iterator_base
911 : _M_root(__root), _M_current_pos(__pos), _M_buf_ptr(0) {}
917 if (0 != __x._M_buf_ptr) {
922 _M_buf_ptr = 0;
952 if (0 != __x._M_buf_ptr) {
957 _M_buf_ptr = 0;
962 if (0 == _M_buf_ptr) _S_setcache(*this);
963 return *_M_buf_ptr;
967 if (0 != _M_buf_ptr && (__next = _M_buf_ptr
[all...]

Completed in 41 milliseconds