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

/external/stlport/stlport/stl/
H A D_rope.c484 __r->_M_size._M_data + __slen <= _S_copy_max) {
492 if (__right->_M_size._M_data + __slen <= _S_copy_max) {
534 if (__orig_size + __slen <= _S_copy_max && _RopeRep::_S_leaf == __r->_M_tag) {
540 __right->_M_size._M_data + __slen <= _S_copy_max) {
588 if (__right->_M_size._M_data + __left->_M_size._M_data <= _S_copy_max) {
597 if (__leftright->_M_size._M_data + __right->_M_size._M_data <= _S_copy_max) {
H A D_rope.h1115 enum { _S_copy_max = 23 }; enumerator in enum:rope::__anon13166
1116 // For strings shorter than _S_copy_max, we copy to

Completed in 87 milliseconds