Searched refs:_M_depth (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | ropeimpl.h | 502 size_t __depth = __result->_M_depth; in _S_tree_concat() 1132 __r, __r->_M_depth, __r->_M_size, in _S_dump() 1137 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _S_dump() 1164 __kind, __r, __r->_M_depth, __r->_M_size); in _S_dump() 1167 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _S_dump() 1242 if (__result->_M_depth > int(__detail::_S_max_rope_depth)) in _S_balance()
|
| H A D | rope | 563 unsigned char _M_depth; 583 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0) 737 std::max(__l->_M_depth, 738 __r->_M_depth) + 1, 1717 { return (__r->_M_size >= _S_min_len[__r->_M_depth]); } 1721 { return (__r->_M_depth == 0 1722 || __r->_M_size >= _S_min_len[__r->_M_depth - 1]); } 1726 { return (__r->_M_depth <= 1 1727 || __r->_M_size >= _S_min_len[__r->_M_depth - 2]); }
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | ropeimpl.h | 468 size_t __depth = __result->_M_depth; in _S_tree_concat() 1021 __r, __r->_M_depth, __r->_M_size, __r->_M_is_balanced? "" : "not"); in _S_dump() 1025 __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size, in _S_dump() 1049 __kind, __r, __r->_M_depth, __r->_M_size); in _S_dump() 1052 __kind, __r, __r->_M_ref_count, __r->_M_depth, __r->_M_size); in _S_dump() 1123 if (__result->_M_depth > _RopeRep::_S_max_rope_depth) in _S_balance()
|
| H A D | stl_rope.h | 484 unsigned char _M_depth; member 500 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0) in _Rope_RopeRep() 615 std::max(__l->_M_depth, __r->_M_depth) + 1, in _Rope_RopeConcatenation() 1473 { return (__r->_M_size >= _S_min_len[__r->_M_depth]); } 1476 { return (__r->_M_depth == 0 || 1477 __r->_M_size >= _S_min_len[__r->_M_depth - 1]); } 1480 { return (__r->_M_depth <= 1 || 1481 __r->_M_size >= _S_min_len[__r->_M_depth - 2]); }
|