Lines Matching refs:__n
243 explicit hash_set(size_type __n, const hasher& __hf = hasher(),
245 hash_set(size_type __n, const hasher& __hf, const key_equal& __eql,
251 size_type __n, const hasher& __hf = hasher(),
255 size_type __n, const hasher& __hf, const key_equal& __eql,
324 size_type elems_in_bucket(size_type __n) const {return __table_.bucket_size(__n);}
327 void resize(size_type __n) {__table_.rehash(__n);}
331 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
335 __table_.rehash(__n);
339 hash_set<_Value, _Hash, _Pred, _Alloc>::hash_set(size_type __n,
343 __table_.rehash(__n);
358 _InputIterator __first, _InputIterator __last, size_type __n,
362 __table_.rehash(__n);
369 _InputIterator __first, _InputIterator __last, size_type __n,
373 __table_.rehash(__n);
464 explicit hash_multiset(size_type __n, const hasher& __hf = hasher(),
466 hash_multiset(size_type __n, const hasher& __hf,
472 size_type __n, const hasher& __hf = hasher(),
476 size_type __n , const hasher& __hf,
544 size_type elems_in_bucket(size_type __n) const {return __table_.bucket_size(__n);}
547 void resize(size_type __n) {__table_.rehash(__n);}
552 size_type __n, const hasher& __hf, const key_equal& __eql)
555 __table_.rehash(__n);
560 size_type __n, const hasher& __hf, const key_equal& __eql,
564 __table_.rehash(__n);
579 _InputIterator __first, _InputIterator __last, size_type __n,
583 __table_.rehash(__n);
590 _InputIterator __first, _InputIterator __last, size_type __n,
594 __table_.rehash(__n);