Home
last modified time | relevance | path

Searched refs:_S_min_len (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/libstdc++/src/
Dext-inst.cc46 rope<char, std::allocator<char> >::_S_min_len[min_len]; member in rope
58 rope<wchar_t, std::allocator<wchar_t> >::_S_min_len[min_len]; member in rope
/NextBSD/contrib/libstdc++/include/ext/
Dropeimpl.h1189 _S_min_len[int(__detail::_S_max_rope_depth) + 1] = {
1277 for (__i = 0; __s >= _S_min_len[__i+1]/* not this bucket */; ++__i) in _S_add_leaf_to_forest()
1311 || __insertee->_M_size < _S_min_len[__i+1]) in _S_add_leaf_to_forest()
Drope1713 _S_min_len[__detail::_S_max_rope_depth + 1];
1717 { return (__r->_M_size >= _S_min_len[__r->_M_depth]); }
1722 || __r->_M_size >= _S_min_len[__r->_M_depth - 1]); }
1727 || __r->_M_size >= _S_min_len[__r->_M_depth - 2]); }
2014 return _S_min_len[int(__detail::_S_max_rope_depth) - 1] - 1;
/NextBSD/contrib/libstdc++/
DChangeLog-20022464 (_S_min_len): Ditto.
DChangeLog-20044015 * src/ext-inst.cc (_S_min_len): Fix up definition.