Home
last modified time | relevance | path

Searched refs:_M_c_string (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/cpp/
H A Dropeimpl.h94 if (0 != __curr_rope->_M_c_string) { in _S_setcache()
96 __x._M_buf_start = __curr_rope->_M_c_string; in _S_setcache()
97 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size; in _S_setcache()
98 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos; in _S_setcache()
287 _CharT* __cstr = _M_c_string; in _M_free_c_string()
422 __stl_assert(__r->_M_c_string == __r->_M_data); in _S_destr_leaf_concat_char_iter()
423 } else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) { in _S_destr_leaf_concat_char_iter()
425 __r->_M_c_string = 0; in _S_destr_leaf_concat_char_iter()
570 if (0 != __r->_M_c_string) { in _S_destr_concat_char_iter()
572 __r->_M_c_string = 0; in _S_destr_concat_char_iter()
[all …]
H A Dstl_rope.h379 __GC_CONST _CharT* _M_c_string; member
390 _M_tag(__t), _M_depth(__d), _M_is_balanced(__b), _M_c_string(0) in _Rope_RopeRep()
571 _M_c_string = __d; in _Rope_RopeLeaf()
579 if (_M_data != _M_c_string) { in ~_Rope_RopeLeaf()
1787 _M_tree_ptr->_M_c_string) {
1794 _M_tree_ptr->_M_c_string = 0;