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

/haiku/headers/cpp/
H A Dropeimpl.h491 __r->_M_size + __slen <= _S_copy_max) {
502 if (__right->_M_size + __slen <= _S_copy_max) {
548 if (__orig_size + __slen <= _S_copy_max &&
556 && __right->_M_size + __slen <= _S_copy_max) {
603 if (__right->_M_size + __left->_M_size <= _S_copy_max) {
613 if (__leftright->_M_size + __right->_M_size <= _S_copy_max) {
H A Dstl_rope.h1328 enum { _S_copy_max = 23 }; enumerator in enum:rope::__anon70
1329 // For strings shorter than _S_copy_max, we copy to

Completed in 47 milliseconds