Home | History | Annotate | Download | only in backward

Lines Matching refs:__old_n

1005       const size_type __old_n = _M_buckets.size();
1006 if (__num_elements_hint > __old_n)
1009 if (__n > __old_n)
1014 for (size_type __bucket = 0; __bucket < __old_n; ++__bucket)