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

/haiku/headers/cpp/
H A Dropeimpl.h448 size_t __depth = __result->_M_depth;
1012 __r, __r->_M_depth, __r->_M_size, __r->_M_is_balanced? "" : "not");
1016 __r, __r->_M_refcount, __r->_M_depth, __r->_M_size,
1040 __kind, __r, __r->_M_depth, __r->_M_size);
1043 __kind, __r, __r->_M_refcount, __r->_M_depth, __r->_M_size);
1088 // __forest[__i]._M_depth = __i
1109 if (__result->_M_depth > _RopeRep::_S_max_rope_depth) abort();
1160 __stl_assert(__insertee->_M_depth <= __r->_M_depth + 1);
H A Dstl_rope.h378 unsigned char _M_depth; member in struct:_Rope_RopeRep
390 _M_tag(__t), _M_depth(__d), _M_is_balanced(__b), _M_c_string(0)
597 _S_concat, max(__l->_M_depth, __r->_M_depth) + 1, false,
1565 { return (__r->_M_size >= _S_min_len[__r->_M_depth]); }
1568 { return (__r->_M_depth == 0 ||
1569 __r->_M_size >= _S_min_len[__r->_M_depth - 1]); }
1572 { return (__r->_M_depth <= 1 ||
1573 __r->_M_size >= _S_min_len[__r->_M_depth - 2]); }

Completed in 47 milliseconds