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) {
96 __x._M_buf_start = __curr_rope->_M_c_string;
97 __x._M_buf_end = __curr_rope->_M_c_string + __curr_rope->_M_size;
98 __x._M_buf_ptr = __curr_rope->_M_c_string + __pos;
287 _CharT* __cstr = _M_c_string;
422 __stl_assert(__r->_M_c_string == __r->_M_data);
423 } else if (__r->_M_c_string != __r->_M_data && 0 != __r->_M_c_string) {
425 __r->_M_c_string = 0;
570 if (0 != __r->_M_c_string) {
[all...]
H A Dstl_rope.h379 __GC_CONST _CharT* _M_c_string; member in struct:_Rope_RopeRep
390 _M_tag(__t), _M_depth(__d), _M_is_balanced(__b), _M_c_string(0)
571 _M_c_string = __d;
579 if (_M_data != _M_c_string) {
1787 _M_tree_ptr->_M_c_string) {
1794 _M_tree_ptr->_M_c_string = 0;

Completed in 47 milliseconds