Home | History | Annotate | Download | only in bits

Lines Matching full:__osize

2025 	const size_type __osize = __str.size();
2026 const size_type __len = std::min(__size, __osize);
2030 __r = _S_compare(__size, __osize);