HomeSort by relevance Sort by last modified time
    Searched refs:_M_buf_ptr (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_rope.c 100 __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) {
    [all...]
_rope.h 772 _CharT* _M_buf_ptr;
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 27 milliseconds