Home | History | Annotate | Download | only in backward

Lines Matching refs:__old_n

1025       const size_type __old_n = _M_buckets.size();
1026 if (__num_elements_hint > __old_n)
1029 if (__n > __old_n)
1034 for (size_type __bucket = 0; __bucket < __old_n; ++__bucket)