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

/external/stlport/stlport/stl/
H A D_rope.c100 __x._M_buf_ptr = __x._M_buf_start + (__pos - __leaf_pos);
122 __x._M_buf_ptr = __x._M_tmp_buf._M_data + (__pos - __buf_start_pos);
147 __x._M_buf_ptr = 0;
155 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
272 if (0 != _M_buf_ptr) {
273 size_t __chars_left = _M_buf_end - _M_buf_ptr;
275 _M_buf_ptr += __n;
277 _M_buf_ptr += __n;
280 _M_buf_ptr = 0;
287 if (0 != _M_buf_ptr) {
721 _CharT* _M_buf_ptr; variable
[all...]
H A D_rope.h772 _CharT* _M_buf_ptr; member in class:_Rope_iterator_base
819 : _M_current_pos(__pos),_M_root(__root), _M_buf_ptr(0) {}
830 _M_buf_ptr = _M_buf_start + (__x._M_buf_ptr - __x._M_buf_start);
842 _M_buf_ptr(__x._M_buf_ptr),
847 if (0 != __x._M_buf_ptr) {
856 _M_buf_ptr = __x._M_buf_ptr;
861 if (0 != __x._M_buf_ptr) {
[all...]

Completed in 110 milliseconds